在Go中轻松安全地从一种数据类型转换为另一种数据类型
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

15 lines
163 B

  1. language: go
  2. sudo: required
  3. go:
  4. - "1.10.x"
  5. - "1.11.x"
  6. - tip
  7. os:
  8. - linux
  9. matrix:
  10. allow_failures:
  11. - go: tip
  12. fast_finish: true
  13. script:
  14. - make check