Skip to content

Commit

Permalink
Try to reduce travis load
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Sep 14, 2017
1 parent e51dd97 commit b7c8b30
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Expand Up @@ -62,11 +62,13 @@ matrix:
- php: nightly
# We exclude some combinations not usefull to save Travis CPU
exclude:
- php: 5.4
- php: '5.4'
env: DB=postgresql
- php: 5.5
- php: '5.5'
env: DB=postgresql
- php: 5.6
- php: '5.6'
env: DB=postgresql
- php: hhvm
env: DB=postgresql
- php: nightly
env: DB=postgresql
Expand Down

0 comments on commit b7c8b30

Please sign in to comment.