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.

21 lines
267 B

  1. language: go
  2. go:
  3. - go1.4.3
  4. - go1.5.4
  5. - go1.6.4
  6. - go1.7.6
  7. - go1.8.7
  8. - go1.9.4
  9. - go1.10
  10. before_install:
  11. - export DISPLAY=:99.0
  12. - sh -e /etc/init.d/xvfb start
  13. script:
  14. - sudo apt-get install xsel
  15. - go test -v .
  16. - sudo apt-get install xclip
  17. - go test -v .