Skip to content

Instantly share code, notes, and snippets.

@desyncr
Last active February 7, 2017 00:11
Show Gist options
  • Save desyncr/5cb0ac4a4f1f6439fbfe867cd9e162ad to your computer and use it in GitHub Desktop.
Save desyncr/5cb0ac4a4f1f6439fbfe867cd9e162ad to your computer and use it in GitHub Desktop.
basic travis support
language: c
compiler:
- clang
- gcc
before_script:
- sudo apt-get install zsh
install:
- pip install cram
script:
- make
- make test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment