Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 38128a3

Browse files
committed
Use Clang 9 on Travis
1 parent 18aac65 commit 38128a3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ node_js:
1111
- "10"
1212
- "12.14.1"
1313

14+
distro: bionic
15+
1416
before_install:
15-
- export CXX="g++-4.9" CC="gcc-4.9"
17+
- export CXX="clang-9.0" CC="clang++-9.0"
1618

1719
script:
1820
- npm run standard
@@ -31,5 +33,5 @@ addons:
3133
sources:
3234
- ubuntu-toolchain-r-test
3335
packages:
34-
- gcc-4.9
35-
- g++-4.9
36+
- clang-9.0
37+
- clang++-9.0

0 commit comments

Comments
 (0)