pull/7/head
yann300 7 years ago committed by GitHub
parent 963b34702d
commit 100ba60cc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      .circleci/config.yml

@ -11,17 +11,8 @@ jobs:
working_directory: ~/repo
steps:
- checkout
- run: ls && cd remix-lib && ls
- restore_cache:
keys:
- dep-bundle-{{ checksum "package.json" }}
- run: npm install
- save_cache:
key: dep-bundle-{{ checksum "package.json" }}
paths:
- /repo/node_modules
- run: npm test
- run: cd remix-lib && npm install && npm test
remix-core:
docker:
- image: circleci/node:7.10

Loading…
Cancel
Save