File size: 337 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
language: node_js
os:
  - linux
cache:
  yarn: true
  directories:
    - ~/.npm
notifications:
  email: false
node_js:
  - '10'
script:
  - yarn lint
  - yarn test
  - yarn build
  - yarn storybook:build
matrix:
  allow_failures: []
  fast_finish: true
branches:
  except:
    - /^v\d+\.\d+\.\d+$/
    - master
    - next
    - gh-pages