Skip to content

Commit 0ea8fcf

Browse files
committed
Remove unnecessary package installs
1 parent 04ad114 commit 0ea8fcf

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.travis.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,6 @@ matrix:
5353
- env: BUILD_TYPE="Debug" WITH_BFD="yes" PYTHON_VERSION="3.5" BUILD_SHARED_LIBS="yes"
5454
compiler: clang
5555
os: linux
56-
addons:
57-
apt:
58-
sources:
59-
- ubuntu-toolchain-r-test
60-
- llvm-toolchain-trusty-8
61-
packages:
62-
- clang
63-
- libstdc++-4.8-dev
64-
- binutils-dev
6556
- env: BUILD_TYPE="Release" PYTHON_VERSION="2.7" WITH_NUMPY="no"
6657
compiler: clang
6758
os: linux
@@ -78,7 +69,7 @@ matrix:
7869
- libstdc++-4.8-dev
7970
- binutils-dev
8071
- llvm-8-dev
81-
- env: BUILD_TYPE="Debug" PYTHON_VERSION="2.7" WITH_LLVM="5.0" WITH_SCIPY="yes"
72+
- env: BUILD_TYPE="Debug" PYTHON_VERSION="2.7" WITH_LLVM="5.0" WITH_SCIPY="yes"
8273
compiler: clang
8374
os: osx
8475
- env: BUILD_TYPE="Release" PYTHON_VERSION="3.5" WITH_NUMPY="no"

0 commit comments

Comments
 (0)