Add initial travis config
This commit is contained in:
parent
e08831fa11
commit
d77e45f557
1 changed files with 12 additions and 0 deletions
12
.travis.yml
Normal file
12
.travis.yml
Normal 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"
|
Loading…
Add table
Reference in a new issue