Skip to content

Commit

Permalink
use legacy ruby container with phantonjs (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
talgie-cb authored Sep 19, 2018
1 parent 27fa311 commit b502743
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
docker:
# node-browsers gives us a js runtime and phantomjs
# https://hub.docker.com/r/circleci/ruby/tags/
- image: circleci/ruby:2.3.7-node-browsers
- image: circleci/ruby:2.3.7-node-browsers-legacy
environment:
BUNDLE_JOBS: 3
BUNDLE_RETRY: 3
Expand Down Expand Up @@ -81,4 +81,5 @@ workflows:
filters:
branches:
only:
- production
- production

0 comments on commit b502743

Please sign in to comment.