Skip to content

Commit

Permalink
Update Node version in circle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arikfr committed Jan 2, 2017
1 parent 7d8b8a1 commit 3dfaea1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions circle.yml
Expand Up @@ -3,7 +3,7 @@ machine:
- docker - docker
node: node:
version: version:
6.1.0 6.9.1
python: python:
version: version:
2.7.3 2.7.3
Expand All @@ -15,7 +15,6 @@ dependencies:
- pip install pymongo==3.2.1 - pip install pymongo==3.2.1
- make deps - make deps
cache_directories: cache_directories:
- node_modules/
- client/node_modules/ - client/node_modules/
test: test:
override: override:
Expand Down

0 comments on commit 3dfaea1

Please sign in to comment.