Skip to content

Commit

Permalink
try travis's faster docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
angryziber committed Aug 26, 2015
1 parent 72154bc commit e562974
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
@@ -1,7 +1,10 @@
language: java
sudo: false

before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq rpm wine
addons:
apt:
packages:
- rpm
- wine

script: xvfb-run -a ant all

0 comments on commit e562974

Please sign in to comment.