Skip to content

Commit c08e60e

Browse files
author
Jan Xie
committed
fix pusher config on travis, again
1 parent b37e8a1 commit c08e60e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.application.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ defaults: &defaults
4848
# we support development key and secret
4949
# uncomment below line only development or test
5050
#
51-
PUSHER_APP: YOUR_PUSHER_APP
52-
PUSHER_KEY: YOUR_PUSHER_KEY
53-
PUSHER_SECRET: YOUR_PUSHER_SECRET
51+
PUSHER_APP: TRAVIS_PUSHER_APP
52+
PUSHER_KEY: TRAVIS_PUSHER_KEY
53+
PUSHER_SECRET: TRAVIS_PUSHER_SECRET
5454

5555
# PUSHER_APP: YOUR_PUSHER_APP
5656
# PUSHER_KEY: YOUR_PUSHER_KEY

0 commit comments

Comments
 (0)