Skip to content

Commit

Permalink
fix(ci): revert the environment and install Cypress' dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorainville committed Feb 22, 2018
1 parent ef5a537 commit 80832c9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ jobs:
build:
docker:
# specify the version you desire here
- image: cypress/base:6
environment:
TERM: xterm
- image: circleci/node:7.10

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
Expand All @@ -32,6 +30,9 @@ jobs:
# fallback to using the latest cache if no exact match is found
- v1-dependencies-

# install Cypress dependencies
- run: sudo apt-get update && apt-get install -y libgtk2.0-0 libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 xvfb

- run: npm install

- save_cache:
Expand Down

0 comments on commit 80832c9

Please sign in to comment.