1
0
mirror of https://github.com/nokonoko/Uguu.git synced 2024-01-06 13:35:15 +00:00
uguu/static/php/.travis.yml

19 lines
193 B
YAML
Raw Normal View History

language: php
php:
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- '7.3'
- '7.4'
- hhvm
install:
- source ~/.nvm/nvm.sh
- nvm ls-remote
- nvm install stable
- nvm use stable
script:
- make