forked from carbon-design-system/carbon-components-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
41 lines (31 loc) · 815 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
language: node_js
node_js:
- '8'
notifications:
email: false
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.10.1
- export PATH=$HOME/.yarn/bin:$PATH
- yarn global add greenkeeper-lockfile@1
install:
# Enforce installing dependencies from our offline cache instead of going out
# to the live registry to download code
- yarn install --offline
before_script: greenkeeper-lockfile-update
script:
- yarn ci-check
after_script: greenkeeper-lockfile-upload
after_success:
- yarn semantic-release
before_deploy:
- yarn build-storybook
deploy:
skip_cleanup: true
provider: cloudfoundry
username: apikey
password: $CLOUD_API_KEY
api: https://api.ng.bluemix.net
organization: carbon-design-system
space: production
on:
branch: master