Skip to content

Commit

Permalink
Update Node.js to v7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ymyzk committed Feb 2, 2017
1 parent dca665b commit 62b50ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "7.4"
- "7.5"
env:
- CC=gcc-6 CXX=g++-6
before_install:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:7.4-slim
FROM node:7.5-slim
MAINTAINER Yusuke Miyazaki <miyazaki.dev@gmail.com>

COPY package.json /app/
Expand Down

0 comments on commit 62b50ca

Please sign in to comment.