Create .travis.yml

This commit is contained in:
Zoltan Csizmadia 2016-03-05 09:29:38 -06:00
commit 67a47858f0

18
.travis.yml Normal file
View file

@ -0,0 +1,18 @@
language: c
os:
- linux
- osx
compiler:
- clang
- gcc
#before_install:
# - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update --all; fi
#
#install:
# - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install yasm; fi
script:
- make