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.

13 lines
99 B

  1. sudo: false
  2. language: go
  3. go:
  4. - 1.x
  5. branches:
  6. only:
  7. - master
  8. script: make test testrace