Run node 9 on circleci and remove from travis (#7560)

This commit is contained in:
Daniel Tschinder 2018-03-13 14:53:37 +01:00 committed by Henry Zhu
parent 6ff91cfdae
commit a7ec312cfe
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ jobs:
build: build:
working_directory: ~/babel working_directory: ~/babel
docker: docker:
- image: circleci/node:8 - image: circleci/node:9
steps: steps:
- checkout - checkout
- restore-cache: *restore-yarn-cache - restore-cache: *restore-yarn-cache

View File

@ -7,7 +7,7 @@ cache:
directories: directories:
- node_modules - node_modules
node_js: node_js:
- '9' # We test the latest version on circleci
- '8' - '8'
- '6' - '6'
- '4' - '4'