Skip to content

Commit

Permalink
Do not use abbreviations
Browse files Browse the repository at this point in the history
  • Loading branch information
bravo-kernel committed Aug 24, 2019
1 parent a9088cc commit 0241356
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -14,8 +14,8 @@ branches:

env:
matrix:
- SEQ_VERSION=4
- SEQ_VERSION=5
- SEQUELIZE_VERSION=4
- SEQUELIZE_VERSION=5

global:
- TEST=1
Expand All @@ -31,7 +31,7 @@ matrix:
env: TEST=0 COVERAGE=1

before_script:
- sh -c "if [ '$TEST' = '1' ]; then npm install sequelize@^$SEQ_VERSION.0.0; fi"
- sh -c "if [ '$TEST' = '1' ]; then npm install sequelize@^$SEQUELIZE_VERSION.0.0; fi"

script:
- sh -c "if [ '$TEST' = '1' ]; then npm run test; fi"
Expand Down

0 comments on commit 0241356

Please sign in to comment.