travis: remove Go master testing

There is a problem with this version, but fixing it requires some
changes to ir/interpreter.go which will be replaced soon anyway.

Remove master from the tests. It probably wasn't such a great idea
anyway during the development cycle of Go.
This commit is contained in:
Ayke van Laethem
2018-11-04 18:29:17 +01:00
parent e930a1ead5
commit f900d3f9d5
-1
View File
@@ -2,7 +2,6 @@ language: go
go:
- "1.11"
- "master"
before_install:
- echo "deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-7 main" | sudo tee -a /etc/apt/sources.list