Skip to content

Commit d4b8ff5

Browse files
committed
remove --dev and remove self-update
1 parent f9ef72d commit d4b8ff5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ php:
66
- 5.6
77
- hhvm
88

9-
before_install:
10-
- composer self-update
119
install:
12-
- composer install --dev
10+
- composer install
1311

1412
script: php bin/phpspec run -f pretty

0 commit comments

Comments
 (0)