pull/1696/head
Ayrat Badykov 6 years ago
parent 8a6258af87
commit e96951d5b0
No known key found for this signature in database
GPG Key ID: B44668E265E9396F
  1. 10
      .circleci/config.yml
  2. 0
      bin/install_chrome_headless.sh

@ -15,7 +15,7 @@ jobs:
steps:
- run:
command: ./.circleci/install_chrome_headless.sh
command: ./bin/install_chrome_headless.sh
no_output_timeout: 2400
- run: sudo apt-get update; sudo apt-get -y install autoconf build-essential libgmp3-dev libtool
@ -362,7 +362,7 @@ jobs:
at: .
- run:
command: ./.circleci/install_chrome_headless.sh
command: ./bin/install_chrome_headless.sh
no_output_timeout: 2400
- run: mix local.hex --force
@ -416,7 +416,7 @@ jobs:
at: .
- run:
command: ./.circleci/install_chrome_headless.sh
command: ./bin/install_chrome_headless.sh
no_output_timeout: 2400
- run: mix local.hex --force
@ -470,7 +470,7 @@ jobs:
at: .
- run:
command: ./.circleci/install_chrome_headless.sh
command: ./bin/install_chrome_headless.sh
no_output_timeout: 2400
- run: mix local.hex --force
@ -524,7 +524,7 @@ jobs:
at: .
- run:
command: ./.circleci/install_chrome_headless.sh
command: ./bin/install_chrome_headless.sh
no_output_timeout: 2400
- run: mix local.hex --force

Loading…
Cancel
Save