diff options
| author | Colin Cross <ccross@android.com> | 2019-02-28 14:42:04 -0800 |
|---|---|---|
| committer | Colin Cross <ccross@android.com> | 2019-02-28 14:42:04 -0800 |
| commit | 16b01609cee56ee32bca9935665a77f56aae4bf5 (patch) | |
| tree | e7daffaa826c2ee1bb39ca7d01f6da83765115e5 | |
| parent | f7104c0ad658fb4d7824d97a2f1f2e6ec2ee888f (diff) | |
| download | android_build_blueprint-16b01609cee56ee32bca9935665a77f56aae4bf5.tar.gz android_build_blueprint-16b01609cee56ee32bca9935665a77f56aae4bf5.tar.bz2 android_build_blueprint-16b01609cee56ee32bca9935665a77f56aae4bf5.zip | |
Run go 1.11 and go 1.12 in travis
Change-Id: If8d53ca83fb97cc6b68e3e5f4025119bb3ea2502
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 3397bfd..6abd686 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ language: go go: - 1.9 - "1.10" + - "1.11" + - "1.12" cache: directories: |
