Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Commit

Permalink
travis test fix
Browse files Browse the repository at this point in the history
composer install command was called twice
  • Loading branch information
derweili committed Jan 15, 2019
1 parent 497acc5 commit 987feb8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ matrix:
env: TEST_VERSION=5.5

before_script:
- composer install
- composer install --dev
script:
- composer install --dev
- vendor/bin/phpcs -p src/ --standard=PHPCompatibility --runtime-set testVersion $TEST_VERSION
- vendor/bin/phpcs -p src/ --standard=PHPCompatibility --runtime-set testVersion $TEST_VERSION

0 comments on commit 987feb8

Please sign in to comment.