Skip to content

Commit

Permalink
Revert changes to test if build fails
Browse files Browse the repository at this point in the history
  • Loading branch information
jamtur01 committed Oct 15, 2017
1 parent 9c19a19 commit b5f02ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,7 @@ jdk:
cache:
directories:
- $HOME/protobuf
- $HOME/.m2
- $home/.m2

before_install:
- ./scripts/install-protobuf.sh
Expand Down
2 changes: 1 addition & 1 deletion scripts/install-protobuf.sh
@@ -1,5 +1,5 @@
#!/bin/sh
set -e
set -ex
if [ ! -d "$HOME/protobuf/lib" ]; then
wget https://github.com/google/protobuf/releases/download/v2.6.1/protobuf-2.6.1.tar.gz
tar -xzvf protobuf-2.6.1.tar.gz
Expand Down

0 comments on commit b5f02ff

Please sign in to comment.