Skip to content

Commit 5350c28

Browse files
committed
composer: --dev is default now (and thus, deprecated)
1 parent 5d870e2 commit 5350c28

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
@@ -22,7 +22,7 @@ before_install:
2222
- sh ./test/CI/Travis/setup_apache.sh
2323

2424
before_script:
25-
- composer install --dev --no-interaction
25+
- composer install --no-interaction
2626

2727
script:
2828
- mkdir -p build/logs

0 commit comments

Comments
 (0)