-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
Example config from @smarr
language: python
matrix:
include:
# - python: "2.7"
# os: linux
# sudo: false
# addons:
# apt:
# packages:
# - build-essential
# - r-base
# - gfortran
- language: generic
os: osx
before_install: |
brew cask uninstall oclint # a travis issue
brew update > /dev/null
brew install gcc zlib
export CFLAGS="-I$(xcrun --show-sdk-path)/usr/include"
script:
- ./build.sh