mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 11:07:46 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user