Skip to content

Commit

Permalink
Travis run tests on all versions
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Apr 25, 2019
1 parent 993dfc9 commit e37cf7b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Expand Up @@ -2,6 +2,7 @@ language: node_js

node_js:
- "10"
- "8"

branches:
except:
Expand All @@ -24,10 +25,26 @@ env:
global:
- CXX=g++-4.8
matrix:
- DB=mysql DIALECT=mysql
- DB=mysql DIALECT=postgres
- DB=mysql DIALECT=postgres-native
- DB=mysql DIALECT=sqlite
- DB=mysql DIALECT=mysql SEQ_VERSION=3
- DB=mysql DIALECT=postgres SEQ_VERSION=3
- DB=mysql DIALECT=postgres-native SEQ_VERSION=3
- DB=mysql DIALECT=sqlite SEQ_VERSION=3
- DB=mysql DIALECT=mysql SEQ_VERSION=2
- DB=mysql DIALECT=postgres SEQ_VERSION=2
- DB=mysql DIALECT=postgres-native SEQ_VERSION=2
- DB=mysql DIALECT=sqlite SEQ_VERSION=2

matrix:
fast_finish: true
include:
- node_js: "10"
env: DB=mysql DIALECT=mysql COVERAGE=true
allow_failures:
- env: DB=mysql DIALECT=mysql COVERAGE=true

addons:
apt:
Expand Down

0 comments on commit e37cf7b

Please sign in to comment.