Skip to content

Commit

Permalink
Update travis.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Feb 20, 2018
1 parent bc40f47 commit 35b3cd9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: php

sudo: false

php:
Expand All @@ -7,8 +8,11 @@ php:

env:
global:
- setup=basic
- coverage=no
matrix:
- setup=basic
- setup=lowest
- setup=stable

before_script:
- travis_retry composer self-update
Expand All @@ -27,10 +31,6 @@ after_script:

matrix:
include:
- php: 7.1
env: setup=lowest
- php: 7.1
env: setup=stable
- php: 7.1
env: setup=coveralls coverage=yes
allow_failures:
Expand Down

0 comments on commit 35b3cd9

Please sign in to comment.