File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -5,19 +5,16 @@ cache: npm
5
5
matrix :
6
6
include :
7
7
- os : linux
8
- dist : bionic
9
8
node_js : " 10"
10
9
- os : osx
11
10
osx_image : xcode11
12
11
node_js : " 10"
13
12
- os : linux
14
- dist : bionic
15
13
node_js : " 11"
16
14
- os : osx
17
15
osx_image : xcode11
18
16
node_js : " 11"
19
17
- os : linux
20
- dist : bionic
21
18
node_js : " 12"
22
19
- os : osx
23
20
osx_image : xcode11
@@ -43,13 +40,7 @@ before_install:
43
40
- node --version
44
41
- npm --version
45
42
46
- - if [[ $TRAVIS_OS_NAME == "linux" ]]; then export CXX=g++-4.8; fi
47
- - $CXX --version
48
-
49
- # before_script:
50
- # Start xvfb
51
- # - if [[ $TRAVIS_OS_NAME == "linux" ]]; then export DISPLAY=:99.0; fi
52
- # - if [[ $TRAVIS_OS_NAME == "linux" ]]; then sh -e /etc/init.d/xvfb start; fi
43
+ - if [[ $TRAVIS_OS_NAME == "linux" ]]; then export CXX=g++-4.8 && $CXX --version; fi
53
44
54
45
install : true
55
46
You can’t perform that action at this time.
0 commit comments