Skip to content

Commit

Permalink
- attempt to fix Travis build.
Browse files Browse the repository at this point in the history
  • Loading branch information
zoechigist committed Jul 16, 2015
1 parent 954d26f commit 62fcba6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Expand Up @@ -8,12 +8,18 @@ dart:
# - PUB=DOWNGRADE
# - PUB=UPGRADE

script: dart -c tool/grind.dart travis

# Speed up builds by using containerization. Disable this if you need to use
# sudo in your scripts.
sudo: false

with_content_shell: true

script: dart -c tool/grind.dart travis

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

#branches:
# only:
# - master
Expand Down

0 comments on commit 62fcba6

Please sign in to comment.