Skip to content

Commit 85f8b5f

Browse files
committed
don't fetch dev dependancies in travis
1 parent 2da80d3 commit 85f8b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ php:
77
- hhvm
88

99
before_script:
10-
- composer install --prefer-source -n
10+
- composer install --prefer-source -n --no-dev
1111

1212
script: phpunit -c phpunit.travis.xml

0 commit comments

Comments
 (0)