- Find your Flowdock token from https://www.flowdock.com/help/travis-ci
gem install travis
travis encrypt -r <github-user>/<repo-name> <flowdock-token>
- Add the following to
.travis.yml
notifications:
flowdock:
secure: "<encrypted-token-from-travis-encrypt-command>"