Skip to content

Commit 46352d2

Browse files
committed
update travis to use clang
1 parent 74117cc commit 46352d2

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.travis.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ addons:
77
sources:
88
- ubuntu-toolchain-r-test
99
packages:
10-
- gcc-4.9
11-
- g++-4.9
10+
- clang
11+
- clang++
1212
- libudev-dev
1313

1414
before_install:
@@ -22,17 +22,14 @@ before_install:
2222

2323
env:
2424
global:
25-
- CC=/usr/bin/gcc-4.9
26-
- CXX=/usr/bin/g++-4.9
25+
- CC=/usr/bin/clang
26+
- CXX=/usr/bin/clang++
2727

2828
node_js:
2929
- "0.12"
3030
- "4"
31-
- "5"
3231
- "6"
33-
- "7"
3432
- "8"
35-
- "9"
3633
- "10"
3734
- "11"
3835
- "12"

0 commit comments

Comments
 (0)