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

Commit a3aad95

Browse files
committed
Install googletest correctly
The old URL was a 404.
1 parent aa91b27 commit a3aad95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ os:
99
- osx
1010

1111
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
12+
- wget 'https://github.com/google/googletest/archive/release-1.8.0.zip'
13+
- unzip release-1.8.0.zip
14+
- ln -s googletest-release-1.8.0/googletest gtest
1515
- sudo pip install BeautifulSoup
1616
- sudo pip install html5lib==0.95
1717

0 commit comments

Comments
 (0)