Skip to content

Commit 64bf549

Browse files
committed
Fix: Remove --dev flag
1 parent e00ea55 commit 64bf549

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ env:
1010
before_install:
1111
- composer self-update
1212

13-
install: composer install --dev
13+
install:
14+
- composer installg
1415

1516
before_script:
1617
- git config --global user.email "travis-ci@codeclimate.com"

0 commit comments

Comments
 (0)