Command line client for Write.as https://write.as/apps/cli
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.

12 lines
233 B

  1. language: go
  2. go:
  3. - 1.2
  4. before_install:
  5. - go get github.com/onsi/ginkgo/...
  6. - go get github.com/onsi/gomega/...
  7. - go install github.com/onsi/ginkgo/ginkgo
  8. script: PATH=$PATH:$HOME/gopath/bin ginkgo -r .
  9. branches:
  10. only:
  11. - master