Skip to content

Commit

Permalink
-commit: travis fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dalisoft committed Sep 24, 2017
1 parent eedcde4 commit 94b2637
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,4 @@ before_install:
before_script:
- npm prune
script:
- tsc
- rollup -c
- npm test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"buildAll": "tsc && npm run build && npm run build-lite",
"dev": "rollup -c -w",
"dev-lite": "rollup -c rollup.config.lite.js -w",
"test": "ava --verbose",
"test": "tsc && rollup -c && ava --verbose",
"prepublishOnly": "npm run buildAll && ava --verbose && npm run doc && npm run doc-md",
"doc": "jsdoc --tutorials guide_notes --readme README.md --configure jsdoc.json --verbose",
"doc-md": "jsdoc2md src/** > API.md"
Expand Down

0 comments on commit 94b2637

Please sign in to comment.