Preparing for real CircleCI release

This commit is contained in:
James Barnsley
2019-04-11 13:58:28 +12:00
parent 4928928882
commit dd8711e2d7
2 changed files with 6 additions and 2 deletions

View File

@ -34,9 +34,13 @@ jobs:
- run:
name: Run tests
command: npm run test
- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
deploy:
docker:
- image: circleci/python:2.7
- image: nikolaik/python-nodejs:python2.7-nodejs11
steps:
- checkout
- restore_cache:

View File

@ -1 +1 @@
3.34.3
3.35.0