Skip to content

Commit

Permalink
[internal] travis fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hshoff committed Jan 10, 2018
1 parent 60c3868 commit d2a96ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,5 +6,5 @@ node_js:
cache:
directories:
- node_modules
script: travis_wait npm test
script: travis_wait 30 npm test
after_script: "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -4,7 +4,8 @@
"description": "Low-level visualization components",
"main": "index.js",
"scripts": {
"test": "lerna bootstrap && lerna exec npm run test",
"test":
"lerna bootstrap && lerna exec npm run build && lerna exec npm run test",
"docs": "node ./scripts/docs/index.js",
"prepare-release":
"git checkout master && git pull --rebase origin master && npm run docs && lerna updated",
Expand Down

0 comments on commit d2a96ec

Please sign in to comment.