Skip to content

Commit

Permalink
Adjusted travis to test against 3.6 and one test against 3.5 (fixes #97)
Browse files Browse the repository at this point in the history
  • Loading branch information
UndefinedOffset committed Oct 20, 2017
1 parent 2b03ab8 commit 775067f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -5,13 +5,13 @@ sudo: false
matrix:
include:
- php: 5.6
env: DB=PGSQL CORE_RELEASE=3.5
env: DB=PGSQL CORE_RELEASE=3.6
- php: 5.6
env: DB=SQLITE3 CORE_RELEASE=3.5
env: DB=SQLITE3 CORE_RELEASE=3.6
- php: 5.6
env: DB=MYSQL CORE_RELEASE=3.6
- php: 5.6
env: DB=MYSQL CORE_RELEASE=3.5
- php: 5.3
env: DB=MYSQL CORE_RELEASE=3.1

before_script:
- phpenv rehash
Expand Down

0 comments on commit 775067f

Please sign in to comment.