Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit c6ceabb

Browse files
committed
perf(general) removed @types/electron
Now relying on electron itself because electron is providing d.ts on their own :(
1 parent ca8daff commit c6ceabb

File tree

7 files changed

+5312
-29
lines changed

7 files changed

+5312
-29
lines changed

.travis.yml

+11-13
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
language: node_js
2-
cache: yarn
3-
sudo: false
2+
cache:
3+
directories:
4+
- node_modules
5+
notifications:
6+
email: false
47
node_js:
5-
- '7.5.0'
6-
branches:
7-
except:
8-
- "/^v\\d+\\.\\d+\\.\\d+$/"
9-
before_install:
10-
- export CHROME_BIN=chromium-browser
8+
- '7'
9+
- '6'
10+
- '4'
1111
before_script:
1212
- npm prune
1313
after_success:
1414
- npm run semantic-release
15-
before_script:
16-
- export DISPLAY=:99.0
17-
- sh -e /etc/init.d/xvfb start
18-
notifications:
19-
email: false
15+
branches:
16+
except:
17+
- /^v\d+\.\d+\.\d+$/

0 commit comments

Comments
 (0)