不要怂,就是干,撸起袖子干!

Commit 4b55fa21 by Jan Aagaard Meier

Merge pull request #2553 from joshk/patch-1

Use the new beta build env on Travis
2 parents c6982f2c 86c8afb2
Showing with 21 additions and 22 deletions
before_script:
- "mysql -e 'create database sequelize_test;'"
- "psql -c 'create database sequelize_test;' -U postgres"
language: node_js
script:
- "make test"
node_js:
- "0.10"
notifications:
hipchat:
- 40e8850aaba9854ac4c9963bd33f8b@253477
irc:
- "chat.freenode.net#sequelizejs"
sudo: false
cache:
directories:
- node_modules
env:
- DB=mysql DIALECT=mysql
......@@ -18,30 +16,32 @@ env:
- DB=mysql DIALECT=sqlite
- DB=mysql DIALECT=mariadb
language: node_js
addons:
postgresql: "9.3"
node_js:
- "0.10"
before_script:
- "mysql -e 'create database sequelize_test;'"
- "psql -c 'create database sequelize_test;' -U postgres"
script:
- "make test"
branches:
only:
- master
- 1.7.0
cache:
directories:
- node_modules
matrix:
fast_finish: true
include:
- node_js: "0.10"
env: COVERAGE=true
allow_failures:
- node_js: "0.10"
env: COVERAGE=true
addons:
postgresql: "9.3"
\ No newline at end of file
notifications:
hipchat:
- 40e8850aaba9854ac4c9963bd33f8b@253477
irc:
- "chat.freenode.net#sequelizejs"
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!