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

Commit

Permalink
Add MacOS X Travis CI support.
Browse files Browse the repository at this point in the history
  • Loading branch information
nostrademons committed Dec 15, 2014
1 parent f3e9828 commit ff40887
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ compiler:
- gcc
- clang

os:
- linux
- osx

install:
- wget 'https://googletest.googlecode.com/files/gtest-1.6.0.zip'
- unzip gtest-1.6.0.zip
Expand Down

0 comments on commit ff40887

Please sign in to comment.