Bumping up go version to 1.15 and removing v2 tests from Travis CI config file.

This commit is contained in:
Renan DelValle 2020-09-28 11:13:29 -07:00
parent 6d20f347f7
commit 8be66da88a
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
2 changed files with 3 additions and 2 deletions

View file

@ -6,11 +6,10 @@ language: go
branches:
only:
- main
- main-v2.0
- future
go:
- "1.14.x"
- "1.15.x"
env:
global:

View file

@ -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.