This is an automated email from the ASF dual-hosted git repository. amaliujia pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam-wheels.git
The following commit(s) were added to refs/heads/master by this push: new e233575 fix travis config (#16) e233575 is described below commit e2335758330bb76a3aad82d515fbe4bde215ddd7 Author: Rui Wang <amaliu...@users.noreply.github.com> AuthorDate: Thu Apr 2 16:53:03 2020 -0700 fix travis config (#16) --- .travis.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index f18943d..22d813b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,10 @@ language: python python: 3.5 +sudo: required dist: trusty services: docker osx_image: xcode9.4 -os: linux + env: global: - VERSION=$(echo ${TRAVIS_BRANCH} | sed 's/release-//') @@ -15,7 +16,7 @@ env: - BUILD_DEPENDS="Cython" - TEST_DEPENDS= -jobs: +matrix: include: - os: osx language: generic @@ -92,9 +93,9 @@ deploy: access_key_id: ${ACCESS_KEY_ID} secret_access_key: ${SECRET_ACCESS_KEY} bucket: "beam-wheels-staging" - cleanup: true + skip_cleanup: true acl: public-read - local_dir: wheelhouse + local-dir: wheelhouse edge: branch: master on: