Skip to content

Commit

Permalink
Oh coveralls...
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneCypher committed Jul 4, 2019
1 parent c2d4d36 commit 943f5f4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,7 +1,9 @@
language: node_js
node_js:
- "12"
- "11"
- "10"
- "8"
- "7"
- "6"
after_success:
- npm run travis
14 changes: 13 additions & 1 deletion azure-pipelines.yml
Expand Up @@ -12,7 +12,7 @@ pool:
strategy:
matrix:
node_7_x:
node_version: 8.x
node_version: 7.x
node_8_x:
node_version: 8.x
node_9_x:
Expand All @@ -34,3 +34,15 @@ steps:
npm install
npm run build
displayName: 'npm install and build'
env:
# Pretend to be AppVeyor for now
APPVEYOR: true
APPVEYOR_BUILD_NUMBER: $(Build.BuildNumber)
APPVEYOR_BUILD_ID: $(Agent.OS)_$(node_version)
APPVEYOR_REPO_COMMIT: $(Build.SourceVersion)
APPVEYOR_REPO_BRANCH: $(Build.SourceBranchName)
# Overwrite the AppVeyor Service Name
COVERALLS_SERVICE_NAME: Azure Pipelines
#COVERALLS_REPO_TOKEN: $(COVERALLS_REPO_TOKEN_SECRET)
COVERALLS_PARALLEL: true
CI_PULL_REQUEST: $(System.PullRequest.PullRequestNumber)

0 comments on commit 943f5f4

Please sign in to comment.