Created
October 18, 2017 14:12
-
-
Save noelrappin/d3dae7f8afbf8c8e475a7ec15f4380a2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: 2 | |
jobs: | |
build: | |
parallelism: 3 | |
docker: | |
- image: circleci/ruby:2.4.2-node | |
environment: | |
PGHOST: 127.0.0.1 | |
PGUSER: user | |
RAILS_ENV: test | |
SELENIUM_DRIVER_URL: http://localhost:4444/wd/hub | |
- image: circleci/postgres:9.6 | |
environment: | |
POSTGRES_DB: rails-dev | |
POSTGRES_PASSWORD: "" | |
POSTGRES_USER: rails | |
- image: selenium/standalone-chrome:3.5.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment