Skip to content

Commit

Permalink
remove duplicate forgerock-parent build in
Browse files Browse the repository at this point in the history
before_install+install(default)
  • Loading branch information
vharseko committed Mar 3, 2018
1 parent 4a44019 commit 5173e9d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ before_install:
- export git_version="$(echo $git_version_last | awk -F . '{ printf "%d.%d.%d", $1,$2,$3 + 1}')"
- env | sort
- git log `git describe --tags --abbrev=0 HEAD^`..HEAD --oneline
- mvn -q -B -DskipTests clean install -f forgerock-parent
install:
- mvn -q -B -V -DskipTests -Dmaven.javadoc.skip=true install -f forgerock-parent
script:
- mvn -q -B clean install
- mvn -q -B install

0 comments on commit 5173e9d

Please sign in to comment.