* 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
5 lines
114 B
YAML
5 lines
114 B
YAML
language: java
|
|
|
|
install: mvn -U install --quiet -DskipTests=true -P bootstrap
|
|
script: mvn clean test -P bootstrap
|