Harvey-OS / ninep

Package for implementing clients and servers of the 9P and 9P2000 distributed resource protocols in Go.
Other
39 stars 19 forks source link

toolchain: stop using or testing with buggy tip #23

Closed rminnich closed 7 years ago

rminnich commented 7 years ago

Use released compilers only.

Signed-off-by: Ronald G. Minnich rminnich@gmail.com

sevki commented 7 years ago

can we use this instead? it still checks against head but doesn't care if it fails

go:
  - 1.7.x
  - 1.8.x
  - master
matrix:
  allow_failures:
    - go: master
  fast_finish: true
rminnich commented 7 years ago

I think that is going to confuse people looking at travis results. Let's keep this simple. People wanting to roll the version forward can do that on their own.