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

You need to sign in or sign up before continuing.
Commit 15fa7f3a by Ruben Bridgewater

Remove unnecessary environment variable to travis

1 parent d7fd7222
Showing with 6 additions and 6 deletions
...@@ -12,12 +12,12 @@ cache: ...@@ -12,12 +12,12 @@ cache:
- node_modules - node_modules
env: env:
- DB=mysql DIALECT=mysql - DIALECT=mysql
- DB=mysql DIALECT=postgres - DIALECT=postgres
- DB=mysql DIALECT=postgres-native - DIALECT=postgres-native
- DB=mysql DIALECT=sqlite - DIALECT=sqlite
- DB=mysql DIALECT=mariadb - DIALECT=mariadb
- DB=mysql DIALECT=mssql - DIALECT=mssql
addons: addons:
postgresql: "9.4" postgresql: "9.4"
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!