Skip to content

Commit f3a1f5c

Browse files
author
Simon Hofmann
committed
Removed bionic dist specifier
1 parent 1faa60f commit f3a1f5c

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.travis.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,16 @@ cache: npm
55
matrix:
66
include:
77
- os: linux
8-
dist: bionic
98
node_js: "10"
109
- os: osx
1110
osx_image: xcode11
1211
node_js: "10"
1312
- os: linux
14-
dist: bionic
1513
node_js: "11"
1614
- os: osx
1715
osx_image: xcode11
1816
node_js: "11"
1917
- os: linux
20-
dist: bionic
2118
node_js: "12"
2219
- os: osx
2320
osx_image: xcode11
@@ -43,13 +40,7 @@ before_install:
4340
- node --version
4441
- npm --version
4542

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
5344

5445
install: true
5546

0 commit comments

Comments
 (0)