]> jfr.im git - uguu.git/blame - .travis.yml
docker support added
[uguu.git] / .travis.yml
CommitLineData
d8c46ff7
GJ
1language: php
2php:
3 - '7.2'
4 - '7.3'
5 - '7.4'
6
7install:
8- source ~/.nvm/nvm.sh
9- nvm ls-remote
10- nvm install stable
11- nvm use stable
12script:
13- make
14