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

Commit 93a973e0 by Matt Broadstone

modify travis.yml to run tests by default

1 parent fa784c59
Showing with 3 additions and 3 deletions
......@@ -31,7 +31,7 @@ branches:
only:
- master
- 1.7.0
- feature/ms-sql-server
- feature/mssql-dialect
matrix:
fast_finish: true
......
......@@ -9,7 +9,7 @@ module.exports = {
},
rand: function() {
return parseInt(Math.random() * 999, 10)
return parseInt(Math.random() * 999, 10);
},
mssql: {
......@@ -63,4 +63,4 @@ module.exports = {
maxIdleTime: process.env.SEQ_MYSQL_POOL_IDLE || process.env.SEQ_POOL_IDLE || 3000
}
}
}
};
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!