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 d94d009 commit d109681Copy full SHA for d109681
.travis.yml
@@ -1,19 +1,17 @@
1
language: node_js
2
sudo: false
3
4
-addons:
5
- apt:
6
- sources:
7
- - ubuntu-toolchain-r-test
8
- packages:
9
- - gcc-4.8
10
- - g++-4.8
11
-
12
matrix:
13
include:
14
- - node_js: "6"
+ - os: linux
+ dist: trusty
+ sudo: required
+ node_js: "6"
15
env: DEPLOY="true"
16
17
env: ELECTRON="1.4.10"
18
- os: osx
19
node_js: "6"
@@ -27,7 +25,6 @@ env:
27
25
before_install:
28
26
- export DISPLAY=':99.0'
29
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
30
- - test "$(uname)" = "Darwin" || export CXX=g++-4.8 CC=gcc-4.8
31
32
install:
33
- '[ -z "$ELECTRON" ] || npm install electron@${ELECTRON}'
0 commit comments