Skip to content

Commit

Permalink
Merge pull request #211 from mziccard/storage-integration-tests
Browse files Browse the repository at this point in the history
Storage integration tests
  • Loading branch information
aozarov committed Oct 7, 2015
2 parents d14c314 + a1e3cc4 commit 429ac30
Show file tree
Hide file tree
Showing 6 changed files with 734 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ before_install:
- git clone -b travis `git config --get remote.origin.url` target/travis
- cp target/travis/settings.xml ~/.m2/settings.xml
install: mvn install -DskipTests=true -Dgpg.skip=true
script: mvn verify
script:
- utilities/verify.sh
branches:
only:
- master
Expand Down
Loading

0 comments on commit 429ac30

Please sign in to comment.