Skip to content

Commit

Permalink
travis to use a more recent version of savilerow
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurakgun committed Aug 26, 2016
1 parent 73f8718 commit 4292318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ install:
- mkdir -p bin

# Savile Row
- (savilerow | grep '706f710ca0f4') || etc/build/install-savilerow.sh
- (savilerow | grep 'c9d0b46c82b2') || etc/build/install-savilerow.sh
- savilerow | head -n2 | tail -n1 # print version

# Minion
Expand Down
2 changes: 1 addition & 1 deletion etc/build/install-savilerow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ popd
rm -rf savilerow-1.6.4-linux.tgz savilerow-1.6.4-linux

# using an unreleased version of savilerow
wget -c https://dl.dropboxusercontent.com/u/14272760/SavileRow/2015-05-12%2014-45%20706f710ca0f4/savilerow.jar
wget -c https://dl.dropboxusercontent.com/u/14272760/SavileRow/2016-08-25%2014-59%20c9d0b46c82b2/savilerow.jar
cp savilerow.jar ${BIN_DIR}/savilerow.jar

0 comments on commit 4292318

Please sign in to comment.