Skip to content

Commit 9292887

Browse files
committed
TravisCI Fixes
1 parent 760525a commit 9292887

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

.travis.yml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,17 @@
1-
langauge: php
2-
1+
language: php
32
dist: trusty
4-
53
php:
6-
- 7.0
7-
- 7.1
8-
- 7.2
9-
4+
- '7.0'
5+
- '7.1'
6+
- nightly
107
sudo: required
11-
128
cache:
139
directories:
1410
- $HOME/.composer/cache
15-
1611
services:
1712
- mysql
18-
1913
before_install:
20-
- mysql -e 'CREATE DATABASE travis;'
21-
14+
- mysql -e 'CREATE DATABASE IF NOT EXISTS travis;'
2215
before_script:
2316
- phpenv config-rm xdebug.ini
2417
- cp .env.travis .env
@@ -27,6 +20,7 @@ before_script:
2720
- php artisan key:generate --force
2821
- php artisan migrate --force
2922
- php artisan db:seed --force
30-
3123
script:
3224
- vendor/bin/phpunit --coverage-clover=coverage.xml
25+
notifications:
26+
email: false

0 commit comments

Comments
 (0)