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

Commit a392c5f

Browse files
committed
working on ci
1 parent 133d88e commit a392c5f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,6 @@ before_script:
5757
- sleep 3
5858

5959
script:
60+
- bash -c "snapcraft() { echo "test lol"; }"
6061
#- 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"
62+
#- sudo bash -c "snapcraft() { docker run -v $(pwd):/my-snap snapcore/snapcraft sh -c 'apt update && cd /my-snap && snapcraft $1'; } && yarn run publish"

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
if (require('electron-squirrel-startup')) return;
1+
if (require('electron-squirrel-startup')) process.exit();
22

33
const Config = require('./writable-file-config');
44
const Tasks = require('gitlab-time-tracker/src/include/tasks');

0 commit comments

Comments
 (0)