commit | author | age | ||
c75c45 | 1 | language: php |
JK | 2 | php: |
3 | - 5.4 | |
4 | - 5.5 | |
5 | - 5.6 | |
6 | - 7.0 | |
7 | - nightly | |
8 | ||
9 | sudo: required | |
10 | ||
11 | install: | |
12 | - git clone https://github.com/jacekkow/uphpCAS-tests tests | |
13 | - ./tests/install.sh | |
14 | ||
15 | script: | |
16 | - ./tests/script.sh |