Skip to content

Commit

Permalink
Adds a basic configuration file for the https://travis-ci.org continu…
Browse files Browse the repository at this point in the history
…ous integration service. Unlike the community jenkins server, this allows for easy building of pull requests, without any security concerns for us.

To make this useful, a committer will have to create an account with travis CI.
  • Loading branch information
fbarthez committed Nov 30, 2015
1 parent b5ef496 commit 15c7e34
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
@@ -0,0 +1,13 @@
language: java
jdk:
- oraclejdk8

env:
# set NEXT_ROOT, so apps will start
- NEXT_ROOT=/home/travis/build

script: "mvn verify"

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

0 comments on commit 15c7e34

Please sign in to comment.