We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b37e8a1 commit c08e60eCopy full SHA for c08e60e
.travis.application.yml
@@ -48,9 +48,9 @@ defaults: &defaults
48
# we support development key and secret
49
# uncomment below line only development or test
50
#
51
- PUSHER_APP: YOUR_PUSHER_APP
52
- PUSHER_KEY: YOUR_PUSHER_KEY
53
- PUSHER_SECRET: YOUR_PUSHER_SECRET
+ PUSHER_APP: TRAVIS_PUSHER_APP
+ PUSHER_KEY: TRAVIS_PUSHER_KEY
+ PUSHER_SECRET: TRAVIS_PUSHER_SECRET
54
55
# PUSHER_APP: YOUR_PUSHER_APP
56
# PUSHER_KEY: YOUR_PUSHER_KEY
0 commit comments