Skip to content

Commit 4bf7f3b

Browse files
committed
Added Travis environment variables.
1 parent f952998 commit 4bf7f3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ notifications:
1010
1111

1212
env:
13-
- DB=mysql DIALECT=mysql
14-
- DB=mysql DIALECT=postgres SEQ_USER=postgres
15-
- DB=mysql DIALECT=mariadb
13+
- SEQ_DB=sequelize_test SEQ_DIALECT=mysql
14+
- SEQ_DB=sequelize_test SEQ_DIALECT=postgres SEQ_USER=postgres
15+
- SEQ_DB=sequelize_test SEQ_DIALECT=mariadb
1616

1717
language: node_js
1818

0 commit comments

Comments
 (0)