Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeriolino committed Jul 14, 2018
1 parent 21b71f1 commit 23fd3b7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,16 @@ env:
- LANGUAGE="en"
- APP_ENV="prod"
- DATABASE_URL="mysql://root@127.0.0.1:3306/db?charset=utf8mb4&serverVersion=5.7"
- DATABASE_PASS="just-to-build"
- COMPOSER_ROOT_VERSION="2.0.x-dev"

install:
- travis_retry composer update --prefer-dist
- travis_retry composer install --no-interaction --prefer-dist --no-suggest

script:
- php vendor/bin/phpcs
- php bin/phpunit

after_success:
- travis_retry composer install --no-dev --no-interaction --prefer-dist --no-suggest

cache:
directories:
Expand Down

0 comments on commit 23fd3b7

Please sign in to comment.