Skip to content

Commit

Permalink
Fixed travis build.
Browse files Browse the repository at this point in the history
  • Loading branch information
texodus committed Feb 12, 2018
1 parent 030014c commit 5ceb98a
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 @@ -29,5 +29,5 @@ install:
- npm install

script:
- docker exec -it emscripten npm run start
- docker exec -it emscripten npm run travis_start
- npm run travis_test
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
},
"scripts": {
"start": "lerna run start ${PACKAGE:+--scope=@jpmorganchase/${PACKAGE}} --stream",
"travis_start": "lerna run start ${PACKAGE:+--scope=@jpmorganchase/${PACKAGE}} --stream && lerna run compile_test --stream",
"puppeteer": "docker run -it --rm --shm-size=2g -u root -e WRITE_TESTS=${WRITE_TESTS} -v $(pwd):/src -w /src/packages/${PACKAGE} zenato/puppeteer ./node_modules/.bin/jest --runInBand",
"postinstall": "lerna bootstrap --hoist",
"test": "lerna run compile_test && npm run test_perspective && npm run test_viewer && npm run test_hypergrid && npm run test_highcharts",
Expand Down

0 comments on commit 5ceb98a

Please sign in to comment.