Actually checkout gtest 1.8.0 in travis tests.

The other way just makes a new branch pointing to refs/master/HEAD.
pull/75/merge
John Ralls 9 years ago
parent 67a0e46f18
commit c1e38d5a9f

@ -17,5 +17,5 @@ install:
- sudo apt-get install -qq swig
- sudo apt-get install -qq libboost-all-dev
- sudo apt-get --reinstall install -qq language-pack-en language-pack-fr
- git clone https://github.com/google/googletest ~/gtest && cd ~/gtest && git checkout release-1.8.0 && cd -
- git clone https://github.com/google/googletest -b release-1.8.0 ~/gtest
script: ./autogen.sh && ./configure GTEST_ROOT=~/gtest/googletest GMOCK_ROOT=~/gtest/googlemock && make && TZ="America/Los_Angeles" make check

Loading…
Cancel
Save