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

Commit 366333d4 by Jan Aagaard Meier Committed by GitHub

Let's try appveyor + bash

1 parent 9986f33a
Showing with 2 additions and 9 deletions
...@@ -12,9 +12,6 @@ cache: ...@@ -12,9 +12,6 @@ cache:
- node_modules - node_modules
environment: environment:
global:
COVERALLS_REPO_TOKEN: 751SiA6QhY5EH4P2ygq7JFWulqiD2ETXO
COVERALLS_PARALLEL: true
matrix: matrix:
- {NODE_VERSION: 4, DIALECT: mssql} - {NODE_VERSION: 4, DIALECT: mssql}
- {NODE_VERSION: 6.3, DIALECT: mssql, COVERAGE: true} - {NODE_VERSION: 6.3, DIALECT: mssql, COVERAGE: true}
...@@ -26,7 +23,6 @@ install: ...@@ -26,7 +23,6 @@ install:
$pkg.devDependencies.PSObject.Properties.Remove('sqlite3') $pkg.devDependencies.PSObject.Properties.Remove('sqlite3')
$pkg.devDependencies.PSObject.Properties.Remove('pg-native') $pkg.devDependencies.PSObject.Properties.Remove('pg-native')
ConvertTo-Json $pkg | Out-File package.json -Encoding UTF8 ConvertTo-Json $pkg | Out-File package.json -Encoding UTF8
- npm install -g node-gyp
- npm install - npm install
build: off build: off
...@@ -37,8 +33,5 @@ before_test: ...@@ -37,8 +33,5 @@ before_test:
test_script: test_script:
- 'IF "%COVERAGE%" == "true" (npm run ci-coverage) ELSE (npm test)' - 'IF "%COVERAGE%" == "true" (npm run ci-coverage) ELSE (npm test)'
notifications: after_test:
- provider: Webhook - bash <(curl -s https://codecov.io/bash)
url: https://coveralls.io/webhook?repo_token=751SiA6QhY5EH4P2ygq7JFWulqiD2ETXO
on_build_success: true
on_build_failure: true
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!