github.com/tcnksm/gcli@v0.2.4-0.20170129033839-7eb950507e5a/.travis.yml (about)

     1  language: go
     2  
     3  os:
     4    - linux
     5    - osx
     6  
     7  go:
     8    - 1.7.5
     9    - 1.8rc3
    10    - tip
    11  
    12  sudo: false
    13  
    14  install:
    15    - echo "skipping travis' default"
    16  
    17  script:
    18    - make test