Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	gui/admin-gui/src/main/resources/localization/Midpoint.properties
  • Loading branch information
mederly committed May 5, 2016
2 parents 7a6c76a + c599b90 commit 6c9c4fb
Show file tree
Hide file tree
Showing 71 changed files with 2,258 additions and 907 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,10 @@ language: java
#skips default install - see script bellow
install: true

cache:
directories:
- $HOME/.m2

# custom script is used so build and tests are done in one mvn command, separating it (as Travis does by default) leads to problem with ConnId (notably DummyResource)
# travis_wait is used for integration tests workround as default Travis settings kills build if no message is printed to stdout for 10 mins
#script: travis_wait 120 mvn clean install
Expand Down

0 comments on commit 6c9c4fb

Please sign in to comment.