Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Fix Node's version to 9.2.1 on CI build (Linux)
Browse files Browse the repository at this point in the history
To unblock CI build from #162, I am doing this temporary change.
  • Loading branch information
fs-eire authored Dec 18, 2017
1 parent 7aa0b34 commit 9e3703f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,13 @@ matrix:
node_js: '8'
osx_image: xcode7.3
# Node Stable (9.x) Linux (Trusty) G++6.3.0
# 2017-12-18 : There is a new compability issue for Linux+Node9.3.0, which cases a crash on Napa.js.
# The Node.js version is fixed to 9.2.1 to suppress this issue.
# Should revert this commit when issue resolved.
# - fs-eire
- os: linux
dist: trusty
node_js: '9'
node_js: '9.2.1'
compiler: g++-6
addons:
apt:
Expand Down

0 comments on commit 9e3703f

Please sign in to comment.