Skip to content

Commit

Permalink
Move settings.xml for travis-ci to the main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalkrupinski committed Feb 15, 2018
1 parent 42130fd commit 77c6c73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
language: java
sudo: false

before_install: "git clone -b travis `git config --get remote.origin.url` target/travis"
install: true
script: "
if [ ${TRAVIS_PULL_REQUEST} = 'false' ];
then
mvn clean deploy --batch-mode --settings target/travis/settings.xml;
mvn clean deploy --batch-mode --settings etc/settings.xml;
else
mvn clean verify --batch-mode --settings target/travis/settings.xml;
mvn clean verify --batch-mode --settings etc/settings.xml;
fi"

jdk:
Expand Down
File renamed without changes.

0 comments on commit 77c6c73

Please sign in to comment.