Skip to content

Commit 304693b

Browse files
committed
working on ci
1 parent 1558c79 commit 304693b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,7 @@ before_script:
3636
- sleep 5
3737

3838
script:
39-
- #if [ -n "$TRAVIS_TAG" ]; then ; fi
40-
- if [[ $TRAVIS_OS_NAME == 'osx' ]]; then yarn run publish; else docker run --rm -it -e "GITHUB_TOKEN=$GITHUB_TOKEN" -v $(pwd):/code kriskbx/gtt-taskbar-builder ./build.sh; fi
39+
- if [[ $TRAVIS_OS_NAME == 'osx' ]]; then yarn run make; else docker run --rm -it -e "GITHUB_TOKEN=$GITHUB_TOKEN" -v $(pwd):/code kriskbx/gtt-taskbar-builder ./build.sh; fi
40+
41+
after_success:
42+
- if [ -n "$TRAVIS_TAG" ]; then yarn run publish; fi

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ sleep 5
77

88
yarn install
99
yarn run production --verbose
10-
yarn run publish --verbose
10+
yarn run make

0 commit comments

Comments
 (0)