aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJoe Hildebrand <joe-github@cursive.net>2015-08-27 09:47:29 -0600
committerJoe Hildebrand <joe-github@cursive.net>2015-08-27 09:47:29 -0600
commit05caec7d6aed2f87b7b502c38adb5a3863b71c84 (patch)
tree0c0e18364a43a6d741d2b14278aa71855797b1c3 /.travis.yml
parentca935f3ec9da4bbf6a67c76d08c13711bced14ea (diff)
downloadcn-cbor-05caec7d6aed2f87b7b502c38adb5a3863b71c84.tar.gz
Simplify Travis build for now
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 0b2a872..c347743 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,11 +2,8 @@ language: c
compiler:
- clang
- gcc
-env:
-- COVERAGE=true
-- COVERAGE=false;
+sudo: false
before_install:
-- sudo pip install cpp-coveralls
- wget http://www.cmake.org/files/v3.3/cmake-3.3.1-Linux-x86_64.tar.gz -O /tmp/cmake.tar.gz
- tar xzf /tmp/cmake.tar.gz
- export PATH=$PWD/cmake-3.3.1-Linux-x86_64/bin/:$PATH