Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
chore: update readme and circleci meta (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Mar 28, 2018
1 parent 4d649f4 commit 80be65e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
52 changes: 26 additions & 26 deletions .circleci/config.yml
Expand Up @@ -10,21 +10,21 @@ unit_tests: &unit_tests
- run:
name: Run unit tests.
command: npm run ci:test
canary_tests: &canary_tests
steps:
- checkout
- setup_remote_docker
- restore_cache:
key: dependency-cache-{{ checksum "package-lock.json" }}
- run:
name: NPM Rebuild
command: npm install
- run:
name: Install Webpack Canary
command: npm i --no-save webpack@next
- run:
name: Run unit tests.
command: npm run ci:test
# canary_tests: &canary_tests
# steps:
# - checkout
# - setup_remote_docker
# - restore_cache:
# key: dependency-cache-{{ checksum "package-lock.json" }}
# - run:
# name: NPM Rebuild
# command: npm install
# - run:
# name: Install Webpack Canary
# command: npm i --no-save webpack@next
# - run:
# name: Run unit tests.
# command: npm run ci:test

version: 2
jobs:
Expand Down Expand Up @@ -70,10 +70,10 @@ jobs:
docker:
- image: webpackcontrib/circleci-node9:latest
<<: *unit_tests
node8-canary:
docker:
- image: webpackcontrib/circleci-node8:latest
<<: *canary_tests
# node8-canary:
# docker:
# - image: webpackcontrib/circleci-node8:latest
# <<: *canary_tests
analysis:
docker:
- image: webpackcontrib/circleci-node-base:latest
Expand Down Expand Up @@ -144,13 +144,13 @@ workflows:
filters:
tags:
only: /.*/
- node8-canary:
requires:
- analysis
- node6-latest
filters:
tags:
only: /.*/
# - node8-canary:
# requires:
# - analysis
# - node6-latest
# filters:
# tags:
# only: /.*/
- publish:
requires:
- node8-latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -67,7 +67,7 @@ And run `webpack` via your preferred method.
[deps]: https://david-dm.org/webpack-contrib/raw-loader.svg
[deps-url]: https://david-dm.org/webpack-contrib/raw-loader

[tests]: https://circleci.com/gh/webpack-contrib/raw-loader.svg?style=svg
[tests]: https://img.shields.io/circleci/project/github/webpack-contrib/raw-loader.svg
[tests-url]: https://circleci.com/gh/webpack-contrib/raw-loader

[cover]: https://codecov.io/gh/webpack-contrib/raw-loader/branch/master/graph/badge.svg
Expand Down

0 comments on commit 80be65e

Please sign in to comment.