Add initial travis config

This commit is contained in:
Graham Triggs 2016-05-27 12:02:20 +01:00
parent e08831fa11
commit d77e45f557

12
.travis.yml Normal file
View file

@ -0,0 +1,12 @@
language: java
sudo: false
env:
# Give Maven 1GB of memory to work with
- MAVEN_OPTS=-Xmx1024M
install:
- git clone https://github.com/vivo-project/Vitro.git ../Vitro
script:
- "mvn clean package -Dmaven.test.skip=false"