Skip to content

Commit 6d48794

Browse files
committed
working on ci
1 parent 304693b commit 6d48794

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ install:
3333
before_script:
3434
- export DISPLAY=:99.0
3535
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
36-
- sleep 5
36+
- yarn run production
3737

3838
script:
3939
- 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

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ export DEBUG=electron-installer-snap:snapcraft
66
sleep 5
77

88
yarn install
9-
yarn run production --verbose
9+
yarn run production
1010
yarn run make

0 commit comments

Comments
 (0)