Skip to content

Commit

Permalink
Added Travis environment variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
durango committed Jan 5, 2014
1 parent f952998 commit 4bf7f3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ notifications:
- [email protected]

env:
- DB=mysql DIALECT=mysql
- DB=mysql DIALECT=postgres SEQ_USER=postgres
- DB=mysql DIALECT=mariadb
- SEQ_DB=sequelize_test SEQ_DIALECT=mysql
- SEQ_DB=sequelize_test SEQ_DIALECT=postgres SEQ_USER=postgres
- SEQ_DB=sequelize_test SEQ_DIALECT=mariadb

language: node_js

Expand Down

0 comments on commit 4bf7f3b

Please sign in to comment.