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

Install googletest correctly #390

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ 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
- sudo pip install BeautifulSoup
- sudo pip install html5lib==0.95

Expand Down