Skip to content

Commit

Permalink
fix: node version for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinCK committed Apr 8, 2018
1 parent 871ff7c commit 6600c99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js

node_js:
- "6"
- "8"
- "stable"

install:
Expand Down
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
machine:
node:
version: 4.7.3
version: 8
environment:
YARN_VERSION: 0.20.3
PATH: "${PATH}:${HOME}/.yarn/bin:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
Expand All @@ -22,4 +22,4 @@ compile:

test:
override:
- yarn run test
- yarn run test

0 comments on commit 6600c99

Please sign in to comment.