Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

Commit

Permalink
Travis CI: Update to reflect several changes
Browse files Browse the repository at this point in the history
Update Travis status URL to reflect GitHub organization change.
Bump Bazel to latest release.
Blacklist branch that is not expected to build.
  • Loading branch information
mjansche committed May 29, 2019
1 parent 0961eb8 commit d598f41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ language: python

branches:
except:
- dev
- docker-integration
- docker-test

env:
global:
- ANDROID_SDK=4333796
- BAZEL=0.22.0
- BAZEL=0.26.0
- JAVA_OPTS='-XX:+IgnoreUnrecognizedVMOptions --add-modules java.se.ee'

matrix:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Language Resources and Tools

[![Build Status](https://travis-ci.org/googlei18n/language-resources.svg?branch=master)](https://travis-ci.org/googlei18n/language-resources)
[![Build Status](https://travis-ci.org/google/language-resources.svg?branch=master)](https://travis-ci.org/google/language-resources)

Datasets and scripts for basic natural language and speech processing.

Expand Down

0 comments on commit d598f41

Please sign in to comment.