Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Commit 080e953

Browse files
committed
simplify travis script
1 parent 6c81818 commit 080e953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ before_script:
4040
- yarn run production
4141

4242
script:
43-
- 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
43+
- if [[ $TRAVIS_OS_NAME == 'osx' ]]; then yarn run publish; else yarn run publish-docker; fi

0 commit comments

Comments
 (0)