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 7ca0d60 commit aa96c13Copy full SHA for aa96c13
.travis.yml
@@ -1,17 +1,14 @@
1
language: php
2
-
3
php:
4
- - 5.3
5
- - 5.4
6
- - 5.5
7
- 5.6
+ - 5.5
+ - 5.4
+ - 5.3
8
- 7
9
- hhvm
10
11
install:
12
- composer self-update
13
- composer global require "fxp/composer-asset-plugin:1.0.0"
14
- composer install --prefer-dist --dev
15
- composer info --installed
16
17
-script: phpunit --configuration phpunit.xml.dist
+script: phpunit -c phpunit.xml
0 commit comments