.travis.yml: add go1.14rc1

This commit is contained in:
Dmitry Vyukov 2020-02-09 10:59:32 +02:00
parent 6ece2ea51d
commit 4f453297df

View File

@ -5,6 +5,7 @@ services:
go:
- "1.11"
- "1.12"
- "1.14rc1"
go_import_path: github.com/google/syzkaller
cache: