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

15 lines
154 B
YAML
Raw Normal View History

language: php
php:
- '7.2'
- '7.3'
- '7.4'
install:
- source ~/.nvm/nvm.sh
- nvm ls-remote
- nvm install stable
- nvm use stable
script:
- make