Skip to content

Commit

Permalink
Merge pull request #29 from unravelin/disable-circleci-cache
Browse files Browse the repository at this point in the history
Disabled circleci cache restore.
  • Loading branch information
Paul Scott committed Aug 30, 2019
2 parents 176183f + b1611eb commit b431287
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
- checkout

# Download and cache dependencies
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
# - restore_cache:
# keys:
# - v1-dependencies-{{ checksum "package.json" }}
# # fallback to using the latest cache if no exact match is found
# - v1-dependencies-

- run: npm install

Expand Down
4 changes: 2 additions & 2 deletions test/crossbrowser.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ exports.config = Object.assign(base, {
// },
{
build: 'ravelinjs 1.0',
name: 'win8 chrome18',
name: 'win8 chrome50',
browserName: 'Chrome',
version: '18',
version: '50',
platform: 'Windows 8',
},
// Safari.
Expand Down

0 comments on commit b431287

Please sign in to comment.