Skip to content

Commit

Permalink
Updated travis to build on pharo 6.1 and 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guillep committed Oct 20, 2017
1 parent 9b6b6ca commit 91f082d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Expand Up @@ -11,11 +11,14 @@ os:
env:
matrix:
- DB=sqlite3 PHARO_VERSION=50
- DB=sqlite3 PHARO_VERSION=60
- DB=postgresV2 PHARO_VERSION=50
- DB=postgresV2 PHARO_VERSION=60
- DB=mysql PHARO_VERSION=50
- DB=mysql PHARO_VERSION=60
- DB=postgresV2 PHARO_VERSION=50
- DB=sqlite3 PHARO_VERSION=61
- DB=mysql PHARO_VERSION=61
- DB=postgresV2 PHARO_VERSION=61
- DB=sqlite3 PHARO_VERSION=70
- DB=mysql PHARO_VERSION=70
- DB=postgresV2 PHARO_VERSION=70


addons:
Expand Down

0 comments on commit 91f082d

Please sign in to comment.