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

Commit 1558c79

Browse files
committed
working on ci
1 parent f49f3a7 commit 1558c79

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ install:
2929
- nvm install 8.4
3030
- npm install -g yarn
3131
- yarn install
32-
- docker pull kriskbx/gtt-taskbar-builder
3332

3433
before_script:
3534
- export DISPLAY=:99.0
@@ -38,8 +37,4 @@ before_script:
3837

3938
script:
4039
- #if [ -n "$TRAVIS_TAG" ]; then ; fi
41-
- if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
42-
- yarn run publish
43-
- else
44-
- docker run --rm -it -e "GITHUB_TOKEN=$GITHUB_TOKEN" -v $(pwd):/code kriskbx/gtt-taskbar-builder ./build.sh
45-
- 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

0 commit comments

Comments
 (0)