diff options
author | David Robillard <d@drobilla.net> | 2022-05-26 18:45:02 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-05-26 18:46:39 -0400 |
commit | 2f97d23fde8e3c1ae025f9e4ca1d2199f8a837a9 (patch) | |
tree | b2cfbf1c44f5ea14c4e603d81c90a6f22d7affe6 | |
parent | 04a4fb3bfe8655f9fb3dbd1e7902d00edd5ca406 (diff) | |
download | serd-2f97d23fde8e3c1ae025f9e4ca1d2199f8a837a9.tar.gz serd-2f97d23fde8e3c1ae025f9e4ca1d2199f8a837a9.tar.bz2 serd-2f97d23fde8e3c1ae025f9e4ca1d2199f8a837a9.zip |
Remove Travis configuration
-rw-r--r-- | .travis.yml | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index e7ef7b1b..00000000 --- a/.travis.yml +++ /dev/null @@ -1,32 +0,0 @@ -language: c -compiler: - - clang - - gcc -os: - - linux - - osx -env: - - FLAGS="" - - FLAGS="--debug" - - FLAGS=" --no-posix" - - FLAGS="--debug --no-posix" - - FLAGS=" --static --static-progs --no-shared" - - FLAGS="--debug --static --static-progs --no-shared" - - FLAGS=" --no-posix --static --static-progs --no-shared" - - FLAGS="--debug --no-posix --static --static-progs --no-shared" -matrix: - exclude: - - os: osx - env: FLAGS=" --static --static-progs --no-shared" - - os: osx - env: FLAGS="--debug --static --static-progs --no-shared" - - os: osx - env: FLAGS=" --no-posix --static --static-progs --no-shared" - - os: osx - env: FLAGS="--debug --no-posix --static --static-progs --no-shared" - - os: osx - compiler: gcc -script: - - ./waf configure --test --no-coverage --strict $FLAGS - - ./waf build - - ./waf test |