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