Skip to content

Commit

Permalink
fix(build): fix emscripten build in travis (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryangingechen authored and cipher1024 committed Oct 1, 2019
1 parent ec76117 commit 6ed0977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ matrix:
fi
- while sleep 5m; do echo "=====[ $SECONDS seconds ]====="; done & # https://blog.humphd.org/building-large-code-on-travis/
- docker exec -it -e "OPTIONS=$OPTIONS" emscripten script/ci_emscripten_docker.sh
- kill %1
- pkill -9 sleep
- |
if [[ $GH_TOKEN && $TRAVIS_PULL_REQUEST == false && $TRAVIS_BRANCH == master ]]
then
Expand Down

0 comments on commit 6ed0977

Please sign in to comment.