Skip to content

Commit

Permalink
.travis.yml: fix composer command
Browse files Browse the repository at this point in the history
  • Loading branch information
firstred authored Mar 28, 2018
1 parent 3365545 commit 81dc2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ directories:
- $HOME/.composer/cache

before_script:
- composer instal --prefer-dist
- composer install --prefer-dist

script:
- cd tests/
Expand Down

0 comments on commit 81dc2f5

Please sign in to comment.