Skip to content

Commit

Permalink
Fixing travis composer command
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Nagi committed Oct 8, 2017
1 parent 325214b commit 629fafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,6 +6,6 @@ php:
- 5.6
- 5.5
- 5.4
before_script: bin/composer -n --prefer-source install --dev
before_script: composer -n --prefer-source install --dev
script: vendor/bin/phpunit
after_script: php vendor/bin/coveralls

0 comments on commit 629fafd

Please sign in to comment.