Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Moving rejoiner back to rejoiner directory
  • Loading branch information
siderakis committed Aug 1, 2018
1 parent efcb74f commit 19b128d
Show file tree
Hide file tree
Showing 42 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Expand Up @@ -7,8 +7,11 @@ env:
- GRADLE_OPTS=-Xmx512m

before_install:
- sed -i 's#/usr/local/bin/protoc#/tmp/protobuf/bin/protoc#g' pom.xml
- buildscripts/make_dependencies.sh # build protoc into /tmp/protobuf
- sed -i 's#/usr/local/bin/protoc#/tmp/protobuf/bin/protoc#g' rejoiner/pom.xml
- travis_before_install.sh # build protoc into /tmp/protobuf

install:
- pushd rejoiner && mvn verify && popd

os:
- linux
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 19b128d

Please sign in to comment.