]> jfr.im git - uguu.git/blame - static/php/.travis.yml
Update README.md
[uguu.git] / static / php / .travis.yml
CommitLineData
d8c46ff7
GJ
1language: php
2php:
3 - '5.4'
4 - '5.5'
5 - '5.6'
6 - '7.0'
7 - '7.3'
8 - '7.4'
9 - hhvm
10
11install:
12- source ~/.nvm/nvm.sh
13- nvm ls-remote
14- nvm install stable
15- nvm use stable
16script:
17- make
18