react-use/.travis.yml
2019-04-23 16:37:25 +02:00

26 lines
337 B
YAML

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