github.com/elves/Elvish@v0.12.0/.travis.yml (about)

     1  language: go
     2  go: "1.10"
     3  env: CGO_ENABLED=0
     4  script: make travis
     5  
     6  sudo: false
     7  os:
     8      - linux
     9      - osx
    10  matrix:
    11    include:
    12      - go: "1.9"