Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mbasso committed Apr 26, 2018
1 parent cfc64a9 commit 15e8a57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ script:
- npm install --ignore-scripts
- docker exec -it emscripten make
- make lint
- make test_js
- npm run test:js
branches:
only:
- master
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
],
"scripts": {
"prepublish": "make clean && make && make lint && make test_js",
"test:js": "cross-env BABEL_ENV=commonjs nyc --require babel-register --require ./test/setup.js mocha --recursive",
"test:cov": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
Expand Down

0 comments on commit 15e8a57

Please sign in to comment.