mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18: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:
|
||||
include:
|
||||
- os: osx
|
||||
node_js: 6
|
||||
node_js: 7.4
|
||||
- os: linux
|
||||
node_js: 6
|
||||
node_js: 7.4
|
||||
env: CC=clang CXX=clang++ npm_config_clang=1
|
||||
compiler: clang
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue