Skip to content

Commit

Permalink
ci: remove PhantomJs installation in CI (#1965)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeeyyy authored Jan 6, 2020
1 parent 766f962 commit b36b52d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
13 changes: 0 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ restore_dependency_cache: &restore_dependency_cache
- v{{ .Environment.CACHE_VERSION }}-npm-cache-{{ checksum "package.json" }}
- v{{ .Environment.CACHE_VERSION }}-npm-cache-

restore_phantomjs_cache: &restore_phantomjs_cache
restore_cache:
keys:
- v{{ .Environment.CACHE_VERSION }}-phantomjs-2.1.1

set_npm_auth: &set_npm_auth
run: npm config set "//registry.npmjs.org/:_authToken" $NPM_AUTH

Expand Down Expand Up @@ -47,14 +42,6 @@ jobs:
steps:
- checkout
- <<: *restore_dependency_cache
- <<: *restore_phantomjs_cache
- run:
name: PhantomJs - Install or Restore from Cache
command: 'sh .circleci/install-phantomjs.sh'
- save_cache:
key: v{{ .Environment.CACHE_VERSION }}-phantomjs-2.1.1
paths:
- phantomjs
- run: npm run test

# Run examples under `doc/examples`
Expand Down
12 changes: 0 additions & 12 deletions .circleci/install-phantomjs.sh

This file was deleted.

0 comments on commit b36b52d

Please sign in to comment.