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

Commit

Permalink
travis: Use GTest 1.7.0
Browse files Browse the repository at this point in the history
Fixes compilation in Yosemite
  • Loading branch information
vmg authored and nostrademons committed Feb 17, 2015
1 parent 455128d commit f166031
Showing 1 changed file with 3 additions and 3 deletions.
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.6.0.zip'
- unzip gtest-1.6.0.zip
- ln -s gtest-1.6.0 gtest
- wget 'https://googletest.googlecode.com/files/gtest-1.7.0.zip'
- unzip gtest-1.7.0.zip
- ln -s gtest-1.7.0 gtest
- sudo pip install BeautifulSoup
- sudo pip install html5lib==0.95
- ln -s `python -c 'import html5lib, os; print os.path.dirname(html5lib.__file__)'`/tests/testdata .
Expand Down

0 comments on commit f166031

Please sign in to comment.