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 163a776 commit ad98d78Copy full SHA for ad98d78
.travis.yml
@@ -3,18 +3,29 @@ language: node_js
3
sudo: false
4
5
node_js:
6
- - 8
+ - node
7
8
-compiler: clang-3.6
+os:
9
+ - linux
10
-env:
11
- - CXX=clang-3.6
+matrix:
12
+ include:
13
+ - os: osx
14
+ env: COMPILER=clang++
15
+ osx_image: xcode9.4
16
+ compiler: clang
17
+ - os: linux
18
+ env: CXX=clang
19
20
-addons:
- apt:
- sources:
- - llvm-toolchain-precise-3.6
- - ubuntu-toolchain-r-test
21
+branches:
22
+ only:
23
+ - master
24
- packages:
- - clang-3.6
25
+deploy:
26
+ provider: script
27
+ script: npm run prebuild && npm run prebuild:upload -u ${PREBUILD_UPLOAD}
28
+ skip_cleanup: true
29
+ on:
30
+ all_branches: true
31
+ tags: true
0 commit comments