Files
spring-batch/.travis.yml
Dave Syer bc9ee74a25 BATCH-1950: Patch up build
* Ensure bundlor is available and remove from sample
* Tidy dependencies in some poms
* Update some template.mf dependencies
* Add .travis.yml for automated builds independent of bamboo
2013-01-18 13:46:02 +00:00

5 lines
114 B
YAML

language: java
install: mvn -U install --quiet -DskipTests=true -P bootstrap
script: mvn clean test -P bootstrap