Skip to content

Commit

Permalink
update shippable
Browse files Browse the repository at this point in the history
  • Loading branch information
frantuma committed Nov 12, 2018
1 parent 14ffc12 commit a231149
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions shippable.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
language: java

jdk:
- oraclejdk8
- openjdk8

branches:
only:
- master
- samples_update_rebase

build:
cache: true
Expand All @@ -22,8 +27,8 @@ build:
- mix --version
# test samples defined in pom.xml
- cp pom.xml.shippable pom.xml
- mvn clean install
- mvn verify -P samples
- mvn --quiet clean install -Dmaven.javadoc.skip=true
- mvn --quiet verify -P samples
# generate all petstore sampless (client, servers, doc)
- ./bin/run-all-petstore 2>&1 > run-all-petstore.log
post_ci:
Expand Down

0 comments on commit a231149

Please sign in to comment.