Skip to content
This repository was archived by the owner on Apr 3, 2019. It is now read-only.

Commit 8bcc7dd

Browse files
authored
feat(node): update to node 8 (#341) r=@jrgm
1 parent f202197 commit 8bcc7dd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: node_js
22

33
node_js:
4-
- "6"
54
- "8"
65

76
dist: trusty

Dockerfile-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:6.14.0-alpine
1+
FROM node:8.11.1-alpine
22

33
RUN apk add --no-cache make git gcc g++ python
44

0 commit comments

Comments
 (0)