Skip to content

Commit

Permalink
trying azure coveralls again
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneCypher committed Jul 4, 2019
1 parent 24918e9 commit 599632e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Expand Up @@ -35,6 +35,7 @@ steps:
- script: |
npm install
npm run build
npm run azure
displayName: 'npm install and build'
env:
# Pretend to be AppVeyor for now
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -43,6 +43,7 @@
"docs": "documentation build src/js/** -f html -o docs/lib && npm run changelog",
"changelog": "rm -f CHANGELOG.md && changelog-maker -a > CHANGELOG.md",
"travis": "echo Running Travis Script && npm run build && npm run nyc-html && npm run coverage",
"azure": "npm run nyc-html && npm run coverage",
"buildtest": "npm run build && npm run test",
"ts": "npm run peg && rollup -c"
},
Expand Down

0 comments on commit 599632e

Please sign in to comment.