Skip to content

Commit

Permalink
travis-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Gal Rogozinski committed Sep 17, 2018
1 parent 333e355 commit 9aab730
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ script:
- git fetch origin dev
- git checkout -f dev
- git checkout $build_head
- git merge dev
- echo $TRAVIS_PULL_REQUEST_BRANCH
- git merge $TRAVIS_PULL_REQUEST_BRANCH
- mvn integration-test -Dlogging-level=INFO
#run jar sanity tests
- VERSION=`echo -e 'setns x=http://maven.apache.org/POM/4.0.0\ncat /x:project/x:version/text()' | xmllint --shell pom.xml | grep -v / | tr -d -`
Expand Down

0 comments on commit 9aab730

Please sign in to comment.