Command line client for Write.as https://write.as/apps/cli
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

12 行
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