equal
deleted
inserted
replaced
|
1 language: php |
|
2 |
|
3 php: |
|
4 - 5.3 |
|
5 - 5.4 |
|
6 - 5.5 |
|
7 - 5.6 |
|
8 |
|
9 allow_failures: |
|
10 - php: hhvm |
|
11 |
|
12 install: |
|
13 - git clone --depth=50 --branch=master git://github.com/smarty-php/smarty-phpunit.git |
|
14 |
|
15 script: |
|
16 - cd smarty-phpunit |
|
17 - phpunit ./ |
|
18 |