Skip to content

Commit

Permalink
ci: fix by adding missing yarn install (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Jul 3, 2019
1 parent 53d7142 commit dd3412e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@ env:
- BROWSER=ChromeCi

cache:
directories:
- node_modules
- npm
- yarn

before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start

install:
- yarn
- yarn --cwd www

after_script:
Expand Down

0 comments on commit dd3412e

Please sign in to comment.