Skip to content

Commit 96a90d3

Browse files
authored
Merge pull request #1135 from storybooks/1131-docs-merge
Add travis deploy key
2 parents 360fb0b + a462d72 commit 96a90d3

1 file changed

Lines changed: 14 additions & 11 deletions

File tree

.travis.yml

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
language: node_js
22
cache:
33
directories:
4-
- node_modules
5-
- .cache
4+
- node_modules
5+
- ".cache"
66
notifications:
77
email: false
88
node_js:
9-
- "node"
10-
before_install: ./scripts/travis/before_install.sh
11-
after_success: ./scripts/travis/after_success.sh
9+
- node
10+
before_install: "./scripts/travis/before_install.sh"
11+
after_success: "./scripts/travis/after_success.sh"
1212
script:
13-
- npm run bootstrap
14-
- npm run bootstrap:test-cra
15-
- npm run bootstrap:docs
16-
- npm run lint
17-
- npm run test -- --coverage
18-
- npm run coverage
13+
- npm run bootstrap
14+
- npm run bootstrap:test-cra
15+
- npm run bootstrap:docs
16+
- npm run lint
17+
- npm run test -- --coverage
18+
- npm run coverage
1919
git:
2020
depth: 1
21+
env:
22+
global:
23+
secure: cAde4wBX75KtTWcyOOLAG3Z9ODdqvmbkL7+8fVNj/+QkZZWE8pFa3deaTIHF9NyVO2h6/jutSkzmsz/nOyBYVPHhGsxBTmsyXoko48Wg+iNm7epoH5uts/kmAPiwpzaWGXwuiAvsOGZjYYFzM335jyaOAcZW3f0C5gIJ5XCCdWBQRaFFLq+ZLKsLSME6xTfV2OMVH24hxXvbF9wvO0aj6p/GaT0cS8Rpg4sQ9eeih2IM/uLiqWzp9UUM2m8SUiFfveqYJFkBtzqAus9pbwsoQjnAT5e3CKJUpPiruCAe5FOt57Hl+mH1N1xqP1ei8j2ZNF+E6zuDdAcMpArTIMM69L+D7wzJYDoF2PuF+jeet7ytAFxSgnZHSTsBJn5cZMPh2tuX7aWwgrpMknVe3bdoINwkyVCaIW+Ur6vc37l/Kuw25eiMBtRDyMhUf4V3FAFi3PV1XKn+34cR4kvpOHt6vk8v5CobBHfQdwU+6FMZMo3GFIkDBcLydLn3WLQ3jKa4OcLqWws6o85k+bHZkLhlADjbiX/PzG23D+sT7Inzj//Tef93SIL02yN+ooZdIUtDus3+qZzhcSrDeSb2octjLXRzPiGn5cFNI86HVcu7qF0+4zCPconhM4+mfAh5S19fmnRdTQctQQxbsObuT9jcMvgJdhIX89aA7Ry3pAx2b6Q=

0 commit comments

Comments
 (0)