Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
FrogTheFrog committed Mar 27, 2018
1 parent 8e7dd0c commit 61833ea
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,14 @@ install:
- npm install

before_script:
- git lfs pull
- |
git lfs pull
npm run validate-files
npm run build:dist
script:
- |
if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
npm run build:dist
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
docker run --rm \
--env-file <(env | grep -iE 'DEBUG|NODE_|ELECTRON_|YARN_|NPM_|CI|CIRCLE|TRAVIS|APPVEYOR_|CSC_|_TOKEN|_KEY|AWS_|STRIP|BUILD_') \
Expand All @@ -56,9 +58,6 @@ script:
else
npm run build:mac
fi
else
npm run validate-files
npm run build:dist
fi
before_cache:
Expand Down

0 comments on commit 61833ea

Please sign in to comment.