travis fixes

This commit is contained in:
danielkaneider 2015-11-10 22:04:04 +00:00
parent 788bad4e67
commit efd0262c1a

View File

@ -21,10 +21,10 @@ compiler:
before_install:
- echo $LANG
- echo $LC_ALL
- if [ $TRAVIS_OS_NAME == osx ]; then brew update && brew install libssh curl; fi
- rvm use $RVM --install --binary --fuzzy
- gem update --system
- if [ $TRAVIS_OS_NAME == osx ]; then brew update && brew install libssh curl; fi
- gem --version
# - gem --version
script:
- cmake -DCMAKE_INSTALL_PREFIX=..\dist -EXIV2_ENABLE_NLS=ON -DEXIV2_ENABLE_CURL=OFF -DEXIV2_ENABLE_SSH=OFF .