summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index 791c9c2..ecd00c1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,16 +21,6 @@ compiler:
script:
- |
- pushd /tmp
- git clone https://github.com/Opendigitalradio/ka9q-fec.git
- cd ka9q-fec
- mkdir build
- cd build
- cmake ..
- make
- sudo make install
- popd
- - |
./bootstrap.sh
CC=gcc-5 CXX=g++-5 ./configure --disable-output-edi
make