File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11sudo : required
22dist : trusty
3- if : tag IS present
3+ # if: tag IS present
44
55language : c
66
@@ -41,6 +41,7 @@ addons:
4141 - rpm
4242 - zip
4343 - snapd
44+ - bash
4445
4546install :
4647 - nvm install 8.4
@@ -53,8 +54,8 @@ install:
5354before_script :
5455 - export DISPLAY=:99.0
5556 - sh -e /etc/init.d/xvfb start &
56- - snapcraft() { docker run -v $(pwd):/my-snap snapcore/snapcraft sh -c "apt update && cd /my-snap && snapcraft $1" }
5757 - sleep 3
5858
5959script :
60- - yarn run publish
60+ # - if [ -n "$TRAVIS_TAG" ]; then ; fi
61+ - sudo bash -c "snapcraft() { docker run -v $(pwd):/my-snap snapcore/snapcraft sh -c 'apt update && cd /my-snap && snapcraft $1' } && yarn run publish"
Original file line number Diff line number Diff line change 2929 " github"
3030 ],
3131 "linux" : [
32- " github"
32+ " github" ,
33+ " snapStore"
3334 ]
3435 },
3536 "make_targets" : {
8283 " Utility"
8384 ]
8485 },
86+ "snapStore" :{
87+ "release" : " candidate,beta"
88+ },
8589 "github_repository" : {
8690 "owner" : " kriskbx" ,
8791 "name" : " gitlab-time-tracker-taskbar"
You can’t perform that action at this time.
0 commit comments