Skip to content
This repository has been archived by the owner on Mar 23, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
completer committed Jun 13, 2017
1 parent 5a2be9c commit 3e796d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ build:
- npm run build:prod # todo: run tests too
- pip install --upgrade botocore # workaround https://github.com/Shippable/support/issues/3304
- pip install setuptools==34.0.1
- find node_modules/uglify-js -print -exec touch {} \; # workaround https://github.com/mishoo/UglifyJS2/issues/2054
- find .node_modules/uglify-js -print -exec touch {} \; # workaround https://github.com/mishoo/UglifyJS2/issues/2054
- find ./node_modules/* -mtime +10950 -exec touch {} \;
post_ci:
- if [ "$BRANCH" == "master" ]; then EBENV="live"; else EBENV=$BRANCH; fi

Expand Down

0 comments on commit 3e796d8

Please sign in to comment.