Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
Install googletest correctly
Browse files Browse the repository at this point in the history
The old URL was a 404.
  • Loading branch information
DemiMarie committed Jul 23, 2017
1 parent aa91b27 commit 78bae28
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ os:
- osx

install:
- wget 'https://googletest.googlecode.com/files/gtest-1.7.0.zip'
- unzip gtest-1.7.0.zip
- 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
- cd gtest && autoreconf && ./configure && make && sudo make install
- sudo pip install BeautifulSoup
- sudo pip install html5lib==0.95

Expand Down

0 comments on commit 78bae28

Please sign in to comment.