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:
working_directory: ~/babel
docker:
- image: circleci/node:8
- image: circleci/node:9
steps:
- checkout
- restore-cache: *restore-yarn-cache

View File

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