diff --git a/.travis.yml b/.travis.yml index 16dce7a..f9afb52 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,11 +6,10 @@ language: go branches: only: - main - - main-v2.0 - future go: - - "1.14.x" + - "1.15.x" env: global: diff --git a/README.md b/README.md index c460ce8..3d33bd8 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Version 1 of Go library for interacting with [Aurora Scheduler](https://github.com/aurora-scheduler/aurora). +Version 2 of this library can be found [here](https://github.com/aurora-scheduler/gorealis). + ### Aurora version compatibility Please see [.auroraversion](./.auroraversion) to see the latest Aurora version against which this library has been tested.