.travis.yml
author Mikael Berthe <mikael@lilotux.net>
Sat, 22 Apr 2017 12:57:11 +0200
changeset 143 9ce9b39c851c
parent 142 048f390e94c5
child 162 68df3a01e1a7
permissions -rw-r--r--
Add UpdateAccount() This patch adds support for the accounts/update_credentials API to update connected user information (display name, user note, avatar and header page image). Images can be provided in the API format (already base64-encoded) or with a file path. BTW the API implementation should be 100% complete now.

language: go
go:
- 1.7
- 1.8
- master
matrix:
  allow_failures:
    - go: master
  fast_finish: true
branches:
  only:
  - master
install:
- go get github.com/urfave/cli
- go get github.com/stretchr/testify/assert
- go get github.com/sendgrid/rest
- go get github.com/gorilla/websocket