Skip to content
This repository has been archived by the owner on Apr 7, 2020. It is now read-only.

Commit

Permalink
Fix Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
msokk committed Mar 24, 2017
1 parent f45f5fd commit c4ef42f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
language: node_js
sudo: required

cache:
yarn: true
directories:
- node_modules

services:
- docker

Expand All @@ -10,6 +15,9 @@ env:
node_js:
- "7.4.0"

before_install:
- "curl -o- -L https://yarnpkg.com/install.sh | bash"

before_script:
- "mkdir -p ~/.docker && echo $DOCKER_AUTH > ~/.docker/config.json"
- "export DISPLAY=:99.0"
Expand Down

0 comments on commit c4ef42f

Please sign in to comment.