在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
155 B

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