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 165B

12345678910
  1. language: go
  2. install:
  3. - go get github.com/smartystreets/goconvey
  4. - go get github.com/goanywhere/fs
  5. - go get github.com/goanywhere/crypto
  6. go:
  7. - 1.4
  8. - tip