Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

Commit

Permalink
Fix config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Laco committed Dec 12, 2018
1 parent 0c23e71 commit 95ec24a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defaults: &defaults
# specify the version here
- image: circleci/elixir:1.4
environment:
MIX_ENV: test
MIX_ENV: TEST
- image: circleci/postgres:10-alpine-postgis
environment:
POSTGRES_USER: postgres
Expand Down Expand Up @@ -47,10 +47,10 @@ jobs:
name: Install chromedriver
working_directory: ~/chromedriver
command: |
curl -O https://chromedriver.storage.googleapis.com/2.45/chromedriver_linux.zip
curl -O https://chromedriver.storage.googleapis.com/2.43/chromedriver_linux.zip
unzip chromedriver_linux.zip
PATH=~/chromedriver/:$PATH
apt-get install libnss3
sudo apt-get install libnss3
- run:
name: Run tests
command: ./bin/ci
Expand Down

0 comments on commit 95ec24a

Please sign in to comment.