2 Star 0 Fork 0

react-component/scroll-anim

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 588 Bytes
一键复制 编辑 原始数据 按行查看 历史
jiang 提交于 2018-12-20 19:28 +08:00 . Update .travis.yml
language: node_js
sudo: false
notifications:
email:
- 155259966@qq.com
node_js:
- 8.1.0
before_install:
- |
if ! git diff --name-only $TRAVIS_COMMIT_RANGE | grep -qvE '(\.md$)|(^(docs|examples))/'
then
echo "Only docs were updated, stopping build process."
exit
fi
npm install npm@3.x -g
phantomjs --version
script:
- |
if [ "$TEST_TYPE" = test ]; then
npm test
else
npm run $TEST_TYPE
fi
env:
matrix:
- TEST_TYPE=lint
- TEST_TYPE=test
- TEST_TYPE=coverage
matrix:
allow_failures:
- env: "TEST_TYPE=saucelabs"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_react-component/scroll-anim.git
git@gitee.com:mirrors_react-component/scroll-anim.git
mirrors_react-component
scroll-anim
scroll-anim
master

搜索帮助