We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa91b27 commit 78bae28Copy full SHA for 78bae28
1 file changed
.travis.yml
@@ -9,9 +9,10 @@ os:
9
- osx
10
11
install:
12
- - wget 'https://googletest.googlecode.com/files/gtest-1.7.0.zip'
13
- - unzip gtest-1.7.0.zip
14
- - ln -s gtest-1.7.0 gtest
+ - wget 'https://github.com/google/googletest/archive/release-1.8.0.zip'
+ - unzip release-1.8.0.zip
+ - ln -s googletest-release-1.8.0/googletest gtest
15
+ - cd gtest && autoreconf && ./configure && make && sudo make install
16
- sudo pip install BeautifulSoup
17
- sudo pip install html5lib==0.95
18
0 commit comments