We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74117cc commit 46352d2Copy full SHA for 46352d2
.travis.yml
@@ -7,8 +7,8 @@ addons:
7
sources:
8
- ubuntu-toolchain-r-test
9
packages:
10
- - gcc-4.9
11
- - g++-4.9
+ - clang
+ - clang++
12
- libudev-dev
13
14
before_install:
@@ -22,17 +22,14 @@ before_install:
22
23
env:
24
global:
25
- - CC=/usr/bin/gcc-4.9
26
- - CXX=/usr/bin/g++-4.9
+ - CC=/usr/bin/clang
+ - CXX=/usr/bin/clang++
27
28
node_js:
29
- "0.12"
30
- "4"
31
- - "5"
32
- "6"
33
- - "7"
34
- "8"
35
- - "9"
36
- "10"
37
- "11"
38
- "12"
0 commit comments