We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3493474 + 0435676 commit 532ddd6Copy full SHA for 532ddd6
1 file changed
.travis.yml
@@ -5,16 +5,21 @@ php:
5
- 5.3
6
- 5.4
7
- 5.5
8
+ - 5.6
9
+ - hhvm
10
11
matrix:
12
allow_failures:
13
- php: 5.3.3
14
-before_script:
- - wget -nc http://getcomposer.org/composer.phar
15
- - php composer.phar install --dev
+before_install:
16
+ - composer self-update
17
-script: phpunit
18
+install:
19
+ - composer install --dev
20
+
21
+script:
22
+ - phpunit
23
24
notifications:
25
email:
0 commit comments