Skip to content

Commit 9fec1da

Browse files
committed
Don't require source builds
1 parent 2a299a2 commit 9fec1da

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
@@ -8,7 +8,7 @@ php:
88

99
install:
1010
- composer self-update
11-
- composer install --dev --prefer-source
11+
- composer install
1212

1313
before_script:
1414
- mkdir -p build/logs

0 commit comments

Comments
 (0)