Skip to content

Commit

Permalink
skip install phase when no profile is set
Browse files Browse the repository at this point in the history
  • Loading branch information
MatousJobanek committed Oct 5, 2017
1 parent 02d9197 commit d6003ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ before_install:
docker pull rochdev/alpine-asciidoctor:mini;
fi'

install:
- 'if [[ -n $TEST_PROFILE ]]; then
./mvnw clean install -DskipTests;
fi'

before_script:
- mkdir -p /home/travis/.arquillian/mvn
- wget https://archive.apache.org/dist/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz -P /home/travis/.arquillian/resolver/maven/download
Expand Down

0 comments on commit d6003ee

Please sign in to comment.