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 0c52ab9  update travis cofig to remove some warnning messages and fix 
no job matrix problem. (#15)
0c52ab9 is described below

commit 0c52ab9b1d4c10c8fe44882743685fc935d41070
Author: Rui Wang <amaliu...@users.noreply.github.com>
AuthorDate: Thu Apr 2 15:15:33 2020 -0700

    update travis cofig to remove some warnning messages and fix no job matrix 
problem. (#15)
---
 .travis.yml | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 3df74f9..f18943d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,9 @@
 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-//')
@@ -16,10 +15,7 @@ env:
       - BUILD_DEPENDS="Cython"
       - TEST_DEPENDS=
 
-matrix:
-  exclude:
-    # Exclude the default Python 3.5 build
-    - python: 3.5
+jobs:
   include:
    - os: osx
      language: generic
@@ -96,9 +92,9 @@ deploy:
   access_key_id: ${ACCESS_KEY_ID}
   secret_access_key: ${SECRET_ACCESS_KEY}
   bucket: "beam-wheels-staging"
-  skip_cleanup: true
+  cleanup: true
   acl: public-read
-  local-dir: wheelhouse
+  local_dir: wheelhouse
   edge:
     branch: master
   on:

Reply via email to