Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Feb 19, 2018
1 parent 9c54e7d commit f7a9839
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ branches:
- /^v\d+\.\d+\.\d+/
install:
- npm i -g bolt
- rm -rf node_modules
- bolt
- bolt build
script: ci/script.sh
after_success: ci/coverage.sh
notifications:
Expand Down
2 changes: 1 addition & 1 deletion ci/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ npm i -g bolt

cd /code

rm -rf node_modules
bolt
bolt build
bolt lint

CI=true bolt ws test -- --installer=$NODE_INSTALLER
3 changes: 3 additions & 0 deletions ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
if [[ "$TRAVIS_OS_NAME" = "linux" ]]; then
sudo docker run --privileged --interactive --tty --volume $(pwd):/code malept/electron-forge-container:latest /code/ci/docker.sh $NODE_INSTALLER
else
bolt
bolt build
bolt lint
bolt ws test
fi

0 comments on commit f7a9839

Please sign in to comment.