Skip to content

Commit

Permalink
Merge pull request #6 from dhensby/pulls/travis-changes
Browse files Browse the repository at this point in the history
Test against supported versions of SS and PHP
  • Loading branch information
dhensby authored Dec 14, 2017
2 parents 2fb0d28 + 49f01df commit 2cb8ba9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
env:
- DB=MYSQL CORE_RELEASE=3.6

matrix:
include:
- php: 5.6
- php: 7.1
env: DB=MYSQL CORE_RELEASE=3
- php: 5.6
env: DB=MYSQL CORE_RELEASE=3.4
- php: 5.6
env: DB=PGSQL CORE_RELEASE=3.5

Expand Down

0 comments on commit 2cb8ba9

Please sign in to comment.