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

Commit 1e48360

Browse files
committed
working on ci
1 parent a35d51b commit 1e48360

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,4 @@ before_script:
3636
- yarn run production
3737

3838
script:
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 github; fi
39+
- 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

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
10-
yarn run make
10+
yarn run publish

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# ![gtt](https://raw.githubusercontent.com/kriskbx/gitlab-time-tracker-taskbar/master/src/icons/png/64x64.png) gtt taskbar
22

3+
[![Travis (.org)](https://img.shields.io/travis/kriskbx/gitlab-time-tracker-taskbar.svg?style=flat-square)](https://travis-ci.org/kriskbx/gitlab-time-tracker-taskbar)
4+
35
> An open source crossplatform menubar/taskbar application for GitLab's time tracking feature based on the [gtt command line interface](https://github.com/kriskbx/gitlab-time-tracker).
46

0 commit comments

Comments
 (0)