Blame view

go/src/themaru/vendor/github.com/modern-go/concurrent/.travis.yml 159 Bytes
476d2547e   김태훈   태마루 시스템 설정 / 업데이트...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  language: go
  
  go:
    - 1.8.x
    - 1.x
  
  before_install:
    - go get -t -v ./...
  
  script:
    - ./test.sh
  
  after_success:
    - bash <(curl -s https://codecov.io/bash)