Skip to content

Commit

Permalink
fix build error of travis (#635)
Browse files Browse the repository at this point in the history
* fix build error of travis

* add dist for travis

* test
  • Loading branch information
chenqiushi authored Jun 18, 2019
1 parent 8b0f28b commit 685ce77
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ branches:
only:
- master
- dev
dist: xenial
services:
- xvfb
addons:
chrome: stable
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- cd packages/mip
install:
- travis_retry npm install
Expand Down

0 comments on commit 685ce77

Please sign in to comment.