Skip to content

Commit

Permalink
Fix travis breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
serut committed Aug 4, 2019
1 parent 5f80a41 commit 181b186
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ before_install:
# to remove your travis cache to get meteor updates
- export PATH="$HOME/.meteor:$PATH"
- curl https://install.meteor.com/?release=1.8 | /bin/sh

services:
- xvfb
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- cd bare-exemple/ && meteor npm install
- npm install -g eslint coveralls codecov.io codacy-coverage

Expand Down

0 comments on commit 181b186

Please sign in to comment.