Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
minchao committed Feb 15, 2018
1 parent ebddb2e commit b11f6a1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ php:

sudo: false

before_install:
- composer install
cache:
directories:
- $HOME/.composer/cache/files

install:
- composer install --prefer-dist

script:
- composer run check

0 comments on commit b11f6a1

Please sign in to comment.