We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9364a59 commit e3c0ebdCopy full SHA for e3c0ebd
.travis.yml
@@ -1,12 +1,22 @@
1
language: php
2
-
3
-before_script:
4
- - composer self-update
5
- - composer install --dev --prefer-source
+sudo: false
6
7
php:
8
- 5.3
9
- 5.4
10
- 5.5
+ - 5.6
+ - hhvm
+ - nightly
11
+
12
+matrix:
13
+ fast_finish: true
14
+ allow_failures:
15
+ - php: hhvm
16
+ - php: nightly
17
18
+install:
19
+ - composer install --dev
20
21
22
script: phpunit
0 commit comments