Skip to content

Commit 6f419b5

Browse files
committed
Travis - lock google test framework to 1.8.0 for reproducible tests
1 parent b4be765 commit 6f419b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ install:
1717
- sudo apt-get install -qq swig
1818
- sudo apt-get install -qq libboost-all-dev
1919
- sudo apt-get --reinstall install -qq language-pack-en language-pack-fr
20-
- git clone https://github.com/google/googletest ~/gtest
20+
- git clone https://github.com/google/googletest ~/gtest && cd ~/gtest && git checkout release-1.8.0 && cd -
2121
script: ./autogen.sh && ./configure GTEST_ROOT=~/gtest/googletest GMOCK_ROOT=~/gtest/googlemock && make && TZ="America/Los_Angeles" make check

0 commit comments

Comments
 (0)