Skip to content

Commit

Permalink
Disable not working
Browse files Browse the repository at this point in the history
Change-Id: I2bf6affd43d10a0448c4d04eae14336d6e1b11ce
  • Loading branch information
griels committed Apr 9, 2020
1 parent 0bcb364 commit fa9f97a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ notifications:
email: [email protected]
matrix:
include:
- sudo: required
services:
- docker
env: DOCKER_IMAGE=quay.io/pypa/manylinux1_x86_64 PLAT=manylinux1_x86_64
- sudo: required
services:
- docker
env: DOCKER_IMAGE=quay.io/pypa/manylinux2010_x86_64 PLAT=manylinux2010_x86_64
# disabled for now as dep issues
# - sudo: required
# services:
# - docker
# env: DOCKER_IMAGE=quay.io/pypa/manylinux1_x86_64 PLAT=manylinux1_x86_64
# - sudo: required
# services:
# - docker
# env: DOCKER_IMAGE=quay.io/pypa/manylinux2010_x86_64 PLAT=manylinux2010_x86_64
- sudo: required
services:
- docker
Expand Down
2 changes: 1 addition & 1 deletion travis/build-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e -x
yum install -y cmake
yum list installed
yum install -y python36-devel

LCB_VER_NUM=3.0.0
LCB_VER=libcouchbase-3.0.0_centos7_x86_64
curl -O https://packages.couchbase.com/clients/c/${LCB_VER}.tar
tar xf ${LCB_VER}.tar
Expand Down

0 comments on commit fa9f97a

Please sign in to comment.