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