Skip to content

Commit

Permalink
Merge pull request #134 from tyearke/qa/redundant-travis-tests
Browse files Browse the repository at this point in the history
Travis: Exclude redundant jobs
  • Loading branch information
tyearke authored May 10, 2017
2 parents f55a5ad + 4d0e055 commit d9cafd1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ env:
- TEST_SUITE=style
- TEST_SUITE=unit
- TEST_SUITE=build
matrix:
exclude:
- php: '5.4'
env: TEST_SUITE=style

# Add dependency directories to the Travis cache
cache:
Expand Down

0 comments on commit d9cafd1

Please sign in to comment.