github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/libraries/klauspost/crc32/.travis.yml (about)

     1  language: go
     2  
     3  go:
     4    - 1.3
     5    - 1.4
     6    - 1.5
     7    - 1.6
     8    - tip
     9  
    10  script: 
    11   - go test -v .
    12   - go test -v -race .