Skip to content

Commit

Permalink
Actually checkout gtest 1.8.0 in travis tests.
Browse files Browse the repository at this point in the history
The other way just makes a new branch pointing to refs/master/HEAD.
  • Loading branch information
jralls committed Jan 14, 2017
1 parent 67a0e46 commit c1e38d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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

0 comments on commit c1e38d5

Please sign in to comment.