Skip to content

Commit

Permalink
Travis build fix (for renamed binary)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Ondov committed Dec 31, 2014
1 parent 09c184e commit 5800e54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ before_install:
script:
- if [ $TRAVIS_OS_NAME == linux ]; then ./bootstrap.sh && ./configure --with-protobuf=/usr/ && make; fi
- if [ $TRAVIS_OS_NAME == osx ]; then ./bootstrap.sh && ./configure --with-protobuf=/usr/local/Cellar/protobuf241/2.4.1/ && make; fi
- if [ $TRAVIS_OS_NAME == osx ]; then mv harvest harvest_osx; fi
- if [ $TRAVIS_OS_NAME == linux ]; then mv harvest harvest_linux; fi
- if [ $TRAVIS_OS_NAME == osx ]; then mv harvesttools harvest_osx; fi
- if [ $TRAVIS_OS_NAME == linux ]; then mv harvesttools harvest_linux; fi
notifications:
email:
recipients:
Expand Down

0 comments on commit 5800e54

Please sign in to comment.