githubtrue/backend/vendor/sebastian/recursion-context/.travis.yml @ b50f8ebd
1 |
language: php |
---|---|
2 |
|
3 |
php: |
4 |
- 5.3.3 |
5 |
- 5.3 |
6 |
- 5.4 |
7 |
- 5.5 |
8 |
- 5.6 |
9 |
- hhvm |
10 |
|
11 |
sudo: false |
12 |
|
13 |
before_script: |
14 |
- composer self-update |
15 |
- composer install --no-interaction --prefer-source --dev |
16 |
|
17 |
script: ./vendor/bin/phpunit |
18 |
|
19 |
notifications: |
20 |
email: false |
21 |
irc: "irc.freenode.org#phpunit" |