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

Commit 350cbdc

Browse files
author
Simon Hofmann
committed
Updated Travis config
1 parent 9392d58 commit 350cbdc

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
@@ -104,13 +104,13 @@ script:
104104
npm run $BUILD_TASK $TAG;
105105
cd -;
106106
fi
107-
108-
after_success:
109-
- if [[ $TRAVIS_TAG != "" && $BUILD_TASK == "prebuild" ]]; then
107+
- if [[ $BUILD_TASK == "prebuild" && $TRAVIS_TAG != "" ]]; then
110108
cd ./ci/$BUILD_TASK;
111109
npm run $BUILD_TASK $TAG;
112110
cd -;
113111
fi
112+
113+
after_success:
114114
- if [ $BUILD_TASK = 'cover' ]; then
115115
npm install;
116116
npm run codecov -- -t $CODECOV_TOKEN;

0 commit comments

Comments
 (0)