Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Travis CI: start an X session, and try to cache maven + ivy dirs
  • Loading branch information
ochafik committed Mar 21, 2015
commit 66fd45794cdae083b0d7493c9d356e106550e289
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,11 @@ env:
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq fglrx=2:8.960-0ubuntu1 opencl-headers
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- fglrxinfo -v

cache:
directories:
- $HOME/.m2
- $HOME/.ivy2