Skip to content

Instantly share code, notes, and snippets.

@tommynyquist
Created January 30, 2015 17:14
Show Gist options
  • Save tommynyquist/e8833c24d68204f90654 to your computer and use it in GitHub Desktop.
Save tommynyquist/e8833c24d68204f90654 to your computer and use it in GitHub Desktop.
test configuration for travis
language: java
before_install: sudo apt-get update
install: sudo ./install-build-deps.sh
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
script: sudo ant test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment