...

Text file src/github.com/go-sourcemap/sourcemap/.travis.yml

Documentation: github.com/go-sourcemap/sourcemap

     1sudo: false
     2language: go
     3
     4go:
     5  - 1.12.x
     6  - 1.13.x
     7  - 1.14.x
     8  - tip
     9
    10matrix:
    11  allow_failures:
    12    - go: tip

View as plain text