Skip to content

Commit

Permalink
Add node 7 to build matrixes
Browse files Browse the repository at this point in the history
  • Loading branch information
giggio committed Dec 6, 2016
1 parent 7198109 commit e79ac33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ node_js:
- '4'
- '5'
- '6'
- '7'
os:
- linux
- osx
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ WORKDIR /app
RUN apt-get update && \
apt-get install -y git curl build-essential vim
RUN curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.4/install.sh | bash
RUN [ "/bin/bash", "-c", "source $HOME/.nvm/nvm.sh && nvm i 0.12 && nvm i 4 && nvm i 6 && nvm alias default 6" ]
RUN [ "/bin/bash", "-c", "source $HOME/.nvm/nvm.sh && nvm i 0.12 && nvm i 4 && nvm i 6 && nvm i 7 && nvm alias default 7" ]
RUN git clone https://github.com/giggio/node-chromedriver.git . && git remote add ssh git@github.com:giggio/node-chromedriver.git
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ environment:
- nodejs_version: 4
- nodejs_version: 5
- nodejs_version: 6
- nodejs_version: 7
install:
- cmd: npm install
build: off
Expand Down

0 comments on commit e79ac33

Please sign in to comment.