Skip to content
This repository was archived by the owner on Jan 5, 2019. It is now read-only.

Commit 045523c

Browse files
author
Mario Basic
committed
Updated travis file.
1 parent ec57b86 commit 045523c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11
language: php
2+
23
php:
34
- '5.6'
45
- '7.0'
56
- hhvm
7+
68
services:
79
- mysql
10+
811
install:
9-
- composer install
12+
- composer install --prefer-source --no-interaction
13+
1014
before_script:
1115
- mysql -e 'create database kyle_test;'
1216
- php artisan migrate --force
17+
1318
script:
1419
- vendor/bin/phpunit
20+
1521
env:
1622
- DB_DATABASE=kyle_test DB_USERNAME=root APP_KEY="SdklvfdkJY46KvNmnihYLfspA4xOLeub"

0 commit comments

Comments
 (0)