Skip to content

Commit bed5910

Browse files
committed
Drop windows from Travis (no secret support), add fakeroot for linux
1 parent d2903f4 commit bed5910

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.travis.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,26 @@
11
language: node_js
22
node_js: '10'
3+
4+
cache:
5+
directories:
6+
- node_modules
7+
- $HOME/.cache/electron
8+
39
os:
410
- linux
511
- osx
6-
- windows
12+
13+
osx_image: xcode8.3
14+
15+
addons:
16+
apt:
17+
packages:
18+
- fakeroot
19+
- rpm
20+
721
script:
822
- npm run make
23+
924
deploy:
1025
- provider: 'script'
1126
script: npm run publish

0 commit comments

Comments
 (0)