mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-16 05:38:41 -09:00
🌹 Update travis node (#1900)
This commit is contained in:
parent
93b2229ff5
commit
c626f0414f
1 changed files with 2 additions and 2 deletions
|
|
@ -6,9 +6,9 @@ language: node_js
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: osx
|
- os: osx
|
||||||
node_js: 6
|
node_js: 7.4
|
||||||
- os: linux
|
- os: linux
|
||||||
node_js: 6
|
node_js: 7.4
|
||||||
env: CC=clang CXX=clang++ npm_config_clang=1
|
env: CC=clang CXX=clang++ npm_config_clang=1
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue