Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
devfake committed Dec 15, 2016
1 parent cb7a4f6 commit 7b20d94
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,18 @@ php:
- '5.6'
- '7.0'
- '7.1'
- hhvm

env:
APP_ENV: testing
CACHE_DRIVER: array
SESSION_DRIVER: array
QUEUE_DRIVER: sync
APP_KEY: 16efa6c23c2e8c705826b0e66778fbe7
DB_CONNECTION: sqlite

before_script: cd backend

script:
- phpunit

install:
- composer install --prefer-source --no-interaction
- cd backend && composer install --prefer-source --no-interaction
- touch database/test.sqlite

0 comments on commit 7b20d94

Please sign in to comment.