Skip to content

Commit

Permalink
Fix error in CI doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongin committed May 30, 2017
1 parent 7893e51 commit 5127d93
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions doc/CI.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,12 @@ os:
dist: trusty
language: node_js
env:
- NVS_VERSION=1.2.0
- NODEJS_VERSION=node/6
- NODEJS_VERSION=nightly/latest
- NODEJS_VERSION=chakracore/latest
global:
- NVS_VERSION=1.2.0
matrix:
- NODEJS_VERSION=node/6
- NODEJS_VERSION=nightly/latest
- NODEJS_VERSION=chakracore/latest
before_install:
# Install NVS.
- git clone --branch v$NVS_VERSION --depth 1 https://github.com/jasongin/nvs ~/.nvs
Expand Down

0 comments on commit 5127d93

Please sign in to comment.