Skip to content

Commit

Permalink
add osx (which has openssl 1.0.2) to the CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed Jun 20, 2018
1 parent da8a340 commit 9f8d775
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions .travis.yml
@@ -1,15 +1,22 @@
# use trusty beta (ubuntu 14.04)
sudo: required
dist: trusty
matrix:
include:
- os: linux
dist: trusty
sudo: required
compiler: gcc
- os: linux
dist: trusty
sudo: required
compiler: clang
- os: osx

language: c

compiler:
- gcc
- clang

before_install:
- sudo apt-get install --yes cmake
- |
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
sudo apt-get install --yes cmake
fi
script:
- cmake .
Expand Down

0 comments on commit 9f8d775

Please sign in to comment.