Skip to content

Commit

Permalink
Build Node 6 artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
murgatroid99 committed May 9, 2016
1 parent 3386d78 commit 12fd555
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/run_tests/build_artifact_node.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
@rem (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
@rem OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

set node_versions=0.12.0 1.0.0 1.1.0 2.0.0 3.0.0 4.0.0 5.0.0
set node_versions=0.12.0 1.0.0 1.1.0 2.0.0 3.0.0 4.0.0 5.0.0 6.0.0

set PATH=%PATH%;C:\Program Files\nodejs\;%APPDATA%\npm

Expand Down
2 changes: 1 addition & 1 deletion tools/run_tests/build_artifact_node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ mkdir -p artifacts

npm update

node_versions=( 0.12.0 1.0.0 1.1.0 2.0.0 3.0.0 4.0.0 5.0.0 )
node_versions=( 0.12.0 1.0.0 1.1.0 2.0.0 3.0.0 4.0.0 5.0.0 6.0.0 )

for version in ${node_versions[@]}
do
Expand Down

0 comments on commit 12fd555

Please sign in to comment.