github.com/divan/complete@v0.0.0-20170515130636-337e95201af7/.travis.yml (about)

     1  language: go
     2  sudo: false
     3  go:
     4    - 1.8
     5    - tip
     6  
     7  before_install:
     8    - go get -u -t ./...
     9  
    10  script:
    11    - ./test.sh
    12  
    13  after_success:
    14    - bash <(curl -s https://codecov.io/bash)