diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index deea841..b2745e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,6 @@ matrix: - libzmq3 - automake - libtool - - libboost1.55-all-dev - libcurl4-openssl-dev - libfftw3-dev # libuhd-dev is not allowed @@ -61,7 +60,6 @@ before_install: brew update brew install automake || true brew install zeromq || true - brew install boost || true brew install fftw || true brew install uhd || true fi |