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 58ea873 commit 534f7b8Copy full SHA for 534f7b8
.travis.yml
@@ -5,4 +5,8 @@ php:
5
- 5.4
6
- 5.5
7
8
-script: phpunit
+before_script:
9
+ composer install
10
+
11
+script:
12
+ phpunit --no-configuration
0 commit comments