Merge pull request #72 from sc-forks/travis-uncache

Clear cache on CI, add maurelian to contributor list
pull/73/head
c-g-e-w-e-k-e- 7 years ago committed by GitHub
commit 14d301801e
  1. 1
      README.md
  2. 1
      circle.yml

@ -166,3 +166,4 @@ also lint your submission with `npm run lint`. Bugs can be reported in the
+ [@cgewecke](https://github.com/cgewecke)
+ [@adriamb](https://github.com/adriamb)
+ [@cag](https://github.com/cag)
+ [@maurelian](https://github.com/maurelian)

@ -3,6 +3,7 @@ machine:
version: 6.11.0
dependencies:
override:
- rm -rf node_modules/
- npm install
test:
override:

Loading…
Cancel
Save