diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-12-18 13:43:38 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-12-18 13:43:38 +0100 |
commit | 8a99a3e016b14d87840a16ebfd56cd9d9dc265a4 (patch) | |
tree | 3735577cea6efad8975f2eadaf6ac3f678530cd9 | |
parent | 0a902770e0c55166a6f1c86c3281154db830b778 (diff) | |
download | dabmux-8a99a3e016b14d87840a16ebfd56cd9d9dc265a4.tar.gz dabmux-8a99a3e016b14d87840a16ebfd56cd9d9dc265a4.tar.bz2 dabmux-8a99a3e016b14d87840a16ebfd56cd9d9dc265a4.zip |
Travis CI
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 40895ec..076be11 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: c++ +sudo: required addons: &addons apt: @@ -44,10 +45,6 @@ compiler: - gcc - clang -before_script: - - pkg-config --modversion libzmq || true - - pkg-config --modversion libzmq3 || true - script: - bash ./.travis_build.sh |