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

Commit b94a271b by Felix Becker Committed by Mick Hansen

Remove Node 6.3 version pin for MSSQL (#6603)

1 parent f9595392
Showing with 3 additions and 3 deletions
......@@ -13,8 +13,8 @@ cache:
environment:
matrix:
- {NODE_VERSION: 4, DIALECT: mssql}
- {NODE_VERSION: 6.3, DIALECT: mssql, COVERAGE: true}
- {NODE_VERSION: 4, DIALECT: mssql}
- {NODE_VERSION: 6, DIALECT: mssql, COVERAGE: true}
install:
- ps: Install-Product node $env:NODE_VERSION x64
......@@ -32,7 +32,7 @@ before_test:
test_script:
- 'IF "%COVERAGE%" == "true" (npm run cover) ELSE (npm test)'
after_test:
- ps: |
$env:PATH = 'C:\Program Files\Git\usr\bin;' + $env:PATH
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!