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

Commit f89cc51

Browse files
author
Simon Hofmann
committed
Updated build
1 parent a813f05 commit f89cc51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ script:
4545

4646
after_success:
4747
- if [[ $TRAVIS_TAG != "" ]]; then
48-
npm run prebuild -- -t "${$(node -v):1}" -u $GITHUB_TOKEN;
49-
npm run prebuild -- -t "${$(node -v):1}" -r electron -u $GITHUB_TOKEN;
50-
npm run prebuild -- -t "${$(node -v):1}" -r node-webkit -u $GITHUB_TOKEN;
48+
npm run prebuild -- -u $GITHUB_TOKEN;
49+
npm run prebuild -- -r electron -u $GITHUB_TOKEN;
50+
npm run prebuild -- -r node-webkit -u $GITHUB_TOKEN;
5151
fi
5252
- if [ $BUILD_TASK = 'cover' ]; then
5353
npm install;

0 commit comments

Comments
 (0)