2 Star 1 Fork 1

mirrors_zenorocha/react-native-elements

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 634 Bytes
一键复制 编辑 原始数据 按行查看 历史
language: node_js
node_js:
- 'stable'
cache:
yarn: true
directories:
- node_modules
- website/node_modules
branches:
only:
- master
- next
install:
- yarn global add codecov
- yarn
script:
- yarn run lint
- yarn run test:ci && codecov
after_success:
- |
if [ "$TRAVIS_PULL_REQUEST" == "false" -a "$TRAVIS_BRANCH" == "master" ]; then
git config --global user.name "React Native Elements CI"
echo -e "machine github.com\n login react-native-elements-ci\n password $GITHUB_TOKEN" >> ~/.netrc
cd website && yarn && GIT_USER=react-native-elements-ci yarn run publish-gh-pages
fi
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_zenorocha/react-native-elements.git
git@gitee.com:mirrors_zenorocha/react-native-elements.git
mirrors_zenorocha
react-native-elements
react-native-elements
master

搜索帮助