Skip to content

Commit

Permalink
check for the specific savilerow version in the travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurakgun committed May 15, 2016
1 parent 712dd68 commit cb983c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ install:
- mkdir -p bin

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

# Minion
Expand Down

0 comments on commit cb983c8

Please sign in to comment.