Skip to content

Commit a66d783

Browse files
Travis improvements
1 parent 84de81c commit a66d783

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ php:
77
- 5.6
88
- hhvm
99
- hhvm-nightly
10-
10+
1111
matrix:
1212
allow_failures:
1313
- php: hhvm
@@ -20,9 +20,9 @@ before_script:
2020
- sudo apt-get -qq update > /dev/null
2121
- phpenv rehash > /dev/null
2222
- composer selfupdate --quiet
23-
- composer install --dev --prefer-source
23+
- composer install --no-interaction --prefer-source --dev
2424
- vendor/bin/phpunit
25-
- composer update --dev --prefer-source
25+
- composer update --no-interaction --prefer-source --dev
2626

2727
notifications:
2828
irc: "irc.freenode.org#phpdocumentor"

0 commit comments

Comments
 (0)