Skip to content

Commit

Permalink
Let's reinstrument Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneCypher committed May 5, 2019
1 parent 7b92287 commit 20f66d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -43,8 +43,8 @@
"site": "cp src/site/* docs/",
"docs": "documentation build src/js/** -f html -o docs/lib && npm run changelog",
"changelog": "rm -f CHANGELOG.md && changelog-maker -a > CHANGELOG.md",
"travis": "npm run build && npm run nyc-html && npm run coverage",
"buildtest": "npm run build &&npm run test"
"travis": "echo Running Travis Script && npm run build && npm run nyc-html && npm run coverage",
"buildtest": "npm run build && npm run test"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 20f66d8

Please sign in to comment.