Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Bazel to 0.29.0 #465

Merged
merged 13 commits into from
Sep 7, 2019
Prev Previous commit
Next Next commit
Bump the OSX to osx10 on Travis CI, See emscripten-core/emscripten#5418
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
  • Loading branch information
yongtang committed Sep 7, 2019
commit 91f36f1c5cf90a00e6c7b35f3461e9c73d9aca1a
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -71,7 +71,7 @@ jobs:
- stage: build
name: "Nightly Release Build on macOS 2.7.13"
os: osx
osx_image: xcode9
osx_image: xcode10
script:
- bash -x -e .travis/python.release.sh --nightly ${TRAVIS_BUILD_NUMBER}
- bash -x -e .travis/wheel.test.sh
@@ -80,7 +80,7 @@ jobs:
- stage: build
name: "Nightly Release Build on macOS 3.5.3"
os: osx
osx_image: xcode9
osx_image: xcode10
script:
- bash -x -e .travis/python.release.sh --nightly ${TRAVIS_BUILD_NUMBER}
- bash -x -e .travis/wheel.test.sh
@@ -89,7 +89,7 @@ jobs:
- stage: build
name: "Nightly Release Build on macOS 3.6.2"
os: osx
osx_image: xcode9
osx_image: xcode10
script:
- bash -x -e .travis/python.release.sh --nightly ${TRAVIS_BUILD_NUMBER}
- bash -x -e .travis/wheel.test.sh