|
1 | 1 | language: node_js
|
2 | 2 | node_js:
|
3 |
| - - 5.5.0 |
| 3 | +- 5.5.0 |
4 | 4 | install:
|
5 |
| - - npm install |
| 5 | +- npm install |
6 | 6 | script:
|
7 |
| - - npm run lint && npm test && npm run build |
| 7 | +- npm run lint && npm test && npm run build |
8 | 8 | sudo: false
|
9 | 9 | 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 |
40 | 40 | env:
|
41 | 41 | matrix:
|
42 | 42 | - CXX=g++-4.8
|
|
56 | 56 | addons:
|
57 | 57 | apt:
|
58 | 58 | sources:
|
59 |
| - - ubuntu-toolchain-r-test |
| 59 | + - ubuntu-toolchain-r-test |
60 | 60 | 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