diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-12-18 15:07:51 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-12-18 15:07:51 +0100 |
commit | 4e4ae9f59c64d51d9a803a861cc9ff9e28d719e8 (patch) | |
tree | 0aff58d2d42d940f83518e273d93aa8340d0ca39 /.travis.yml | |
parent | 8cba2765408cc89ae7dcc798178611b8561cae45 (diff) | |
download | dabmux-4e4ae9f59c64d51d9a803a861cc9ff9e28d719e8.tar.gz dabmux-4e4ae9f59c64d51d9a803a861cc9ff9e28d719e8.tar.bz2 dabmux-4e4ae9f59c64d51d9a803a861cc9ff9e28d719e8.zip |
Travis: boost, remove build script
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 5f37de3..1bf93d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ addons: &addons - libzmq3 - automake - libtool - - libboost-dev + - boost-defaults compiler: - gcc |