Skip to content

Commit

Permalink
Build node 9.x binaries [republish binary]
Browse files Browse the repository at this point in the history
  • Loading branch information
chenguoguo committed Jan 18, 2018
1 parent 6bb9bd1 commit 4ee4811
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ env:
- NODE_VERSION="6.0.0"
- NODE_VERSION="7.0.0"
- NODE_VERSION="8.0.0"
- NODE_VERSION="9.0.0"

before_install:
# use the correct version of node
Expand Down
2 changes: 1 addition & 1 deletion scripts/publish-node.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash


NODE_VERSIONS=( "4.0.0" "5.0.0" "6.0.0" "7.0.0" "8.0.0")
NODE_VERSIONS=( "4.0.0" "5.0.0" "6.0.0" "7.0.0" "8.0.0" "9.0.0")

# Makes sure nvm is installed.
if ! which nvm > /dev/null; then
Expand Down

0 comments on commit 4ee4811

Please sign in to comment.