github.com/neugram/ng@v0.0.0-20180309130942-d472ff93d872/.travis.yml (about)

     1  language: go
     2  go_import_path: neugram.io/ng
     3  go:
     4    - 1.10.x
     5    - master
     6  os:
     7    - linux
     8  matrix:
     9   fast_finish: true
    10  
    11  
    12  script:
    13    - ./.ci-test
    14  
    15  after_success:
    16    - bash <(curl -s https://codecov.io/bash)