Skip to content

Commit

Permalink
FIX: Attept #N+2 at getting travis config right.
Browse files Browse the repository at this point in the history
  • Loading branch information
phptek committed Apr 30, 2018
1 parent 553a89d commit 81e087b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,12 @@ matrix:
- php: 5.6
env:
- DB=MYSQL
- php: 5.6
env:
- DB=PGSQL
- php: 7.0
env:
- DB=MYSQL
- php: 7.0
env:
- DB=PGSQL
- php: 7.1
env:
- DB=MYSQL
- php: 7.1
env:
- DB=PGSQL
allow_failures:

before_script:
- composer self-update || true
Expand Down

0 comments on commit 81e087b

Please sign in to comment.