Bumping up go version to 1.15 and removing v2 tests from Travis CI config file.
This commit is contained in:
parent
6d20f347f7
commit
8be66da88a
2 changed files with 3 additions and 2 deletions
|
@ -6,11 +6,10 @@ language: go
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- main
|
- main
|
||||||
- main-v2.0
|
|
||||||
- future
|
- future
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- "1.14.x"
|
- "1.15.x"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
Version 1 of Go library for interacting with [Aurora Scheduler](https://github.com/aurora-scheduler/aurora).
|
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
|
### Aurora version compatibility
|
||||||
Please see [.auroraversion](./.auroraversion) to see the latest Aurora version against which this
|
Please see [.auroraversion](./.auroraversion) to see the latest Aurora version against which this
|
||||||
library has been tested.
|
library has been tested.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue