You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.travis.yml 159B

1234567891011121314
  1. language: go
  2. go:
  3. - 1.8.x
  4. - 1.x
  5. before_install:
  6. - go get -t -v ./...
  7. script:
  8. - ./test.sh
  9. after_success:
  10. - bash <(curl -s https://codecov.io/bash)