We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2903f4 commit bed5910Copy full SHA for bed5910
.travis.yml
@@ -1,11 +1,26 @@
1
language: node_js
2
node_js: '10'
3
+
4
+cache:
5
+ directories:
6
+ - node_modules
7
+ - $HOME/.cache/electron
8
9
os:
10
- linux
11
- osx
-- windows
12
13
+osx_image: xcode8.3
14
15
+addons:
16
+ apt:
17
+ packages:
18
+ - fakeroot
19
+ - rpm
20
21
script:
22
- npm run make
23
24
deploy:
25
- provider: 'script'
26
script: npm run publish
0 commit comments