Use secure token for slack notifications from travis (#3556)
This commit is contained in:
parent
e390570f9d
commit
efbd530690
20
.travis.yml
20
.travis.yml
@ -1,4 +1,3 @@
|
|||||||
---
|
|
||||||
git:
|
git:
|
||||||
depth: 1
|
depth: 1
|
||||||
sudo: false
|
sudo: false
|
||||||
@ -6,14 +5,19 @@ language: node_js
|
|||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
|
||||||
node_js:
|
node_js:
|
||||||
- "6"
|
- '6'
|
||||||
- "5"
|
- '5'
|
||||||
- "4"
|
- '4'
|
||||||
- "0.12"
|
- '0.12'
|
||||||
|
|
||||||
script: make test-ci
|
script: make test-ci
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
slack: babeljs:5Wy4QX13KVkGy9CnU0rmvgeK
|
on_success: change
|
||||||
|
on_failure: always
|
||||||
|
slack:
|
||||||
|
rooms:
|
||||||
|
# Generate with
|
||||||
|
# travis encrypt "babeljs:<token>#activity" --add notifications.slack.rooms
|
||||||
|
# where <token> is from the Slack integration settings.
|
||||||
|
secure: SrwPKRe2AiNAKRo/+2yW/x4zxbWf2FBXuBuuPkdTJVTpWe++Jin1lXYJWTKP1a1i/IbmhffBO9YZcUFbeuXJpRM083vO8VYpyuBMQRqWD+Z3o+ttPlHGOJgnj0nkIcGRk6k7PpyHNnIkixfEJDvbbg9lN1Jswb3xkL8iYIHpuFE=
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user