summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkai-striega <kaistriega@gmail.com>2019-07-03 12:18:02 +0800
committerkai-striega <kaistriega@gmail.com>2019-07-03 12:18:02 +0800
commitc7fcd4c32ca92b404acd02df2bb7dbbe8321c49a (patch)
tree759419a3a2d95fa81b78127ab770581682b1e1b3
parent59ebfbbe32bcac4a278c39a9a24b80a42d47a8f6 (diff)
downloadnumpy-c7fcd4c32ca92b404acd02df2bb7dbbe8321c49a.tar.gz
BLD: Remove Trusty dist in Travis CI build
Ubuntu 14.04 LTS (Trusty) provided a long term support distribution of Ubuntu with a 5 year support window. This window ended in April 2019 and Trusty is now no longer supported. This commit removes Trusty from the Travis-CI build.
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 8b98984bf..f7e29d879 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -60,7 +60,6 @@ matrix:
- NPY_LAPACK_ORDER=MKL,OPENBLAS,ATLAS,ACCELERATE,LAPACK
- USE_ASV=1
- python: 3.5
- dist: trusty # remove after April 2019
env: NPY_RELAXED_STRIDES_CHECKING=0
- python: 3.6
env: USE_WHEEL=1 NPY_RELAXED_STRIDES_DEBUG=1