Skip to content

Instantly share code, notes, and snippets.

@desyncr
Last active February 7, 2017 13:14
Show Gist options
  • Save desyncr/21bd04b5ff202280e604edef506aaf3c to your computer and use it in GitHub Desktop.
Save desyncr/21bd04b5ff202280e604edef506aaf3c to your computer and use it in GitHub Desktop.
Simplest way to ad osx?
language: c
os:
- linux
- osx
compiler:
- clang
- gcc
install:
- sudo -H pip install cram
before_script:
- if [ $TRAVIS_OS_NAME == 'osx' ]; then brew install zsh; else sudo apt-get install zsh; fi
- git config --global user.email "you@example.com"
- git config --global user.name "Your Name"
script:
- sudo make install
- make test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment