diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 0bd4c66..0000000 --- a/.travis.yml +++ /dev/null @@ -1,22 +0,0 @@ -language: c -matrix: - include: - - os: linux - compiler: gcc - env: TARGET= - - os: linux - compiler: clang - env: TARGET= - - os: linux - compiler: gcc - env: TARGET=debug - - os: linux - compiler: clang - env: TARGET=debug - - os: osx - compiler: clang - env: TARGET= - - os: osx - compiler: clang - env: TARGET=debug -script: ./configure && make $TARGET