Merge pull request #671 from orbitdb/fix/circleci-config

CircleCI Updates
This commit is contained in:
shamb0t 2019-08-28 22:25:58 +02:00 committed by GitHub
commit 399f56dc13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,8 +27,7 @@ jobs:
# To see the list of pre-built images that CircleCI provides for most common languages see
# https://circleci.com/docs/2.0/circleci-images/
docker:
- image: circleci/build-image:ubuntu-14.04-XXL-upstart-1189-5614f37
command: /sbin/init
- image: circleci/node:10-browsers
steps:
# Machine Setup
# If you break your build into multiple jobs with workflows, you will probably want to do the parts of this that are relevant in each
@ -39,9 +38,6 @@ jobs:
# 'See docs on artifact collection here https://circleci.com/docs/2.0/artifacts/'
- run: mkdir -p $CIRCLE_ARTIFACTS $CIRCLE_TEST_REPORTS
# This is based on your 1.0 configuration file or project settings
- run:
working_directory: ~/orbitdb/orbit-db
command: nvm install 10.13.0 && nvm alias default 10.13.0
# Dependencies
# This would typically go in either a build or a build-and-test job when using workflows
# Restore the dependency cache