Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 5c49acc

Browse files
author
Simon Hofmann
committed
Updated Travis config
1 parent 10f017d commit 5c49acc

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,12 @@ script:
4343
- npm run $BUILD_TASK $TAG
4444

4545
after_success:
46-
- if [[ $TRAVIS_TAG != "" ]]; then npm run prebuild -- -u $GITHUB_TOKEN; fi
47-
- if [[ $TRAVIS_TAG != "" ]]; then npm run prebuild -- -u -r electron $GITHUB_TOKEN; fi
48-
- if [[ $TRAVIS_TAG != "" ]]; then npm run prebuild -- -u -r node-webkit $GITHUB_TOKEN; fi
46+
- if [[ $TRAVIS_TAG != "" ]]; then
47+
npm install;
48+
npm run prebuild -- -u $GITHUB_TOKEN;
49+
npm run prebuild -- -u -r electron $GITHUB_TOKEN;
50+
npm run prebuild -- -u -r node-webkit $GITHUB_TOKEN;
51+
fi
4952
- if [ $BUILD_TASK = 'cover' ]; then
5053
npm install;
5154
npm run codecov -- -t $CODECOV_TOKEN;

0 commit comments

Comments
 (0)