We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9dca8d commit 78480c3Copy full SHA for 78480c3
.travis.yml
@@ -6,8 +6,4 @@ php:
6
- 5.5
7
# - hhvm
8
9
-before_script:
10
- - wget http://getcomposer.org/composer.phar
11
- - php composer.phar install --dev
12
-
13
-script: ./vendor/bin/phpunit tests
+script: phpunit tests
0 commit comments