Files
react-content-loader/.travis.yml
Danilo Woznica a04f788057 feat(codebase): react native support (#153)
re #148, re #137, re #106, re #89, re #16, re #6

* build(rollup): native bundle

* feat(native): stylized components

* build(typescript): react native check

* feat(typing): improves

* build(tsconfig): by environment

* test(web native): setup

* test(native): support

* docs(readme): native documentation
2019-09-25 13:41:59 +01:00

15 lines
190 B
YAML

language: node_js
sudo: false
node_js:
- 10
cache:
directories:
- node_modules
install:
- npm install
script:
- npm run test
- npm run build
after_success:
- npm run release