github.com/jjjabc/fitsio@v0.0.0-20161215022839-d1807e9e818e/.travis.yml (about)

     1  language: go
     2  
     3  go:
     4    - 1.5.1
     5    - 1.6.2
     6    - tip
     7  
     8  sudo: false
     9  
    10  script:
    11      - go get -v ./...
    12      - go test -v ./...
    13  
    14  notifications:
    15    email:
    16      recipients:
    17        - binet@cern.ch
    18      on_success: change
    19      on_failure: always
    20