Added TravisCI.

This commit is contained in:
Branimir Karadžić
2016-01-18 19:59:35 -08:00
parent 316019fc28
commit 2190a5c144

20
.travis.yml Normal file
View File

@@ -0,0 +1,20 @@
language: cpp
matrix:
include:
- compiler: gcc
os: linux
- compiler: clang
os: osx
script:
make && make --no-print-directory -C .build/projects/gmake-osx config=release64 bx.test
branches:
only:
- master
notifications:
email: false
osx_image:
xcode61