Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

18 lines
426B

  1. language: go
  2. install:
  3. - go get github.com/smartystreets/goconvey
  4. - go get github.com/Sirupsen/logrus
  5. - go get github.com/codegangsta/cli
  6. - go get github.com/gorilla/mux
  7. - go get github.com/gorilla/schema
  8. - go get github.com/gorilla/websocket
  9. - go get github.com/goanywhere/crypto
  10. - go get github.com/goanywhere/env
  11. - go get github.com/goanywhere/fs
  12. - go get github.com/goanywhere/cmd
  13. go:
  14. - 1.8
  15. - 1.9