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

Commit d73adf7

Browse files
committed
Use Clang 10 on Travis
1 parent 18aac65 commit d73adf7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ node_js:
1212
- "12.14.1"
1313

1414
before_install:
15-
- export CXX="g++-4.9" CC="gcc-4.9"
15+
- export CXX="clang-10.0" CC="clang++-10.0"
1616

1717
script:
1818
- npm run standard
@@ -31,5 +31,5 @@ addons:
3131
sources:
3232
- ubuntu-toolchain-r-test
3333
packages:
34-
- gcc-4.9
35-
- g++-4.9
34+
- clang-10.0
35+
- clang++-10.0

0 commit comments

Comments
 (0)