vitro/.travis.yml

13 lines
266 B
YAML
Raw Normal View History

2016-05-27 12:06:43 +01:00
language: java
sudo: false
env:
# Give Maven 1GB of memory to work with
- MAVEN_OPTS=-Xmx1024M
install:
- "echo 'Skipping install stage, dependencies will be downloaded during build and test stages.'"
script:
- "mvn clean package -Dmaven.test.skip=false"