Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit c2ed505

Browse files
author
Nick Litwin
committed
Update travis.yml to give slack notifications
1 parent 529aebe commit c2ed505

File tree

1 file changed

+38
-35
lines changed

1 file changed

+38
-35
lines changed

.travis.yml

Lines changed: 38 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
language: node_js
22
node_js:
3-
- 5.5.0
3+
- 5.5.0
44
install:
5-
- npm install
5+
- npm install
66
script:
7-
- npm run lint && npm test && npm run build
7+
- npm run lint && npm test && npm run build
88
sudo: false
99
deploy:
10-
- provider: s3
11-
cache_control: private, no-store, no-cache, must-revalidate, max-age=0
12-
detect_encoding: true
13-
access_key_id: $AWS_KEY
14-
secret_access_key: $AWS_SECRET
15-
bucket: app.topcoder-dev.com
16-
skip_cleanup: true
17-
local_dir: dist
18-
on:
19-
branch: dev
20-
- provider: s3
21-
cache_control: private, no-store, no-cache, must-revalidate, max-age=0
22-
detect_encoding: true
23-
access_key_id: $QA_AWS_KEY
24-
secret_access_key: $QA_AWS_SECRET
25-
bucket: app.topcoder-qa.com
26-
skip_cleanup: true
27-
local_dir: dist
28-
on:
29-
branch: qa-integration
30-
- provider: s3
31-
cache_control: private, no-store, no-cache, must-revalidate, max-age=0
32-
detect_encoding: true
33-
access_key_id: $MASTER_AWS_KEY
34-
secret_access_key: $MASTER_AWS_SECRET
35-
bucket: app.topcoder.com
36-
skip_cleanup: true
37-
local_dir: dist
38-
on:
39-
branch: master
10+
- provider: s3
11+
cache_control: private, no-store, no-cache, must-revalidate, max-age=0
12+
detect_encoding: true
13+
access_key_id: $AWS_KEY
14+
secret_access_key: $AWS_SECRET
15+
bucket: app.topcoder-dev.com
16+
skip_cleanup: true
17+
local_dir: dist
18+
on:
19+
branch: dev
20+
- provider: s3
21+
cache_control: private, no-store, no-cache, must-revalidate, max-age=0
22+
detect_encoding: true
23+
access_key_id: $QA_AWS_KEY
24+
secret_access_key: $QA_AWS_SECRET
25+
bucket: app.topcoder-qa.com
26+
skip_cleanup: true
27+
local_dir: dist
28+
on:
29+
branch: qa-integration
30+
- provider: s3
31+
cache_control: private, no-store, no-cache, must-revalidate, max-age=0
32+
detect_encoding: true
33+
access_key_id: $MASTER_AWS_KEY
34+
secret_access_key: $MASTER_AWS_SECRET
35+
bucket: app.topcoder.com
36+
skip_cleanup: true
37+
local_dir: dist
38+
on:
39+
branch: master
4040
env:
4141
matrix:
4242
- CXX=g++-4.8
@@ -56,6 +56,9 @@ env:
5656
addons:
5757
apt:
5858
sources:
59-
- ubuntu-toolchain-r-test
59+
- ubuntu-toolchain-r-test
6060
packages:
61-
- g++-4.8
61+
- g++-4.8
62+
notifications:
63+
slack:
64+
secure: PMGlpdBoRzMlIjCsPWdXJ1wf550b+mpX0x44ggGWNL7ErpNebfyqIbXf4VJXYQDmhVJt31ygDaxTtj8XwZJlbvQjE6WGHU26KvL/efGJJL5EmgFD8LDBFpsbn49PyoZuVOTbSzqP8d8WCCPo4oBvX2r2Q2Ixh/tUx7i4Bcv0XwNpWAR75v1Yq/NftEI48k2GcI3oHqmuEgLHdP93k1rCUM4sBsgkr4PCltZfoE2AWlF6wY59w/oFiKj4FwycY8QjJZa/zbSQq1B/9QD7n4YBY4QjVv3LmjshEiQv1HGo2rNLV+/BB5ZoQ6JEH9h+seduHNTF+mkToKbJ2YjDERLlqLFYWVQKXTqFkSdYuknguJ3uOfXFaGtPDSqTRljE6WW6UDIJi9lDpxFHjH2q848/2O03RKtYeFKJWNbVb7Q2PWTBFxx6OurYra+tbUAorQiYmAQxd0vJY+qzGIDJZIQ8yDE4C10heOhfRyU8wJSKF3xJUKKWVGfBuHivFBZOETFSg0uVBcJnsXRcErvEQz0LuKaZfP81bIokcKUGxum/xyp9mYhYqWDvIj31RUhDMiRxXTPe9PhW0mlOtRG7tm2+8G08exHPSfONSV2IPUtlQt4j2/+I22ncOwtsm6yZzXXbDjoMR2sCHIyJj3lVECOqAnCfNJ6Q0CNJ93LqxKSHdFU=

0 commit comments

Comments
 (0)