1 Star 0 Fork 0

shijl/cordova-ios

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 722 Bytes
一键复制 编辑 原始数据 按行查看 历史
language: objective-c
osx_image: xcode9.2
sudo: false
env:
matrix:
- TRAVIS_NODE_VERSION: '4.8.7'
- TRAVIS_NODE_VERSION: '6.13'
- TRAVIS_NODE_VERSION: '8'
- TRAVIS_NODE_VERSION: '10'
before_install:
- npm cache clean -f
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm
&& git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm
install $TRAVIS_NODE_VERSION
- node --version
install:
- npm install
- npm install ios-deploy
- npm install -g codecov
script:
- npm run unit-tests
- npm run e2e-tests
- open -b com.apple.iphonesimulator
- npm run objc-tests
- npm run cover
- npm run eslint
after_script:
- codecov
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shijl0925/cordova-ios.git
git@gitee.com:shijl0925/cordova-ios.git
shijl0925
cordova-ios
cordova-ios
master

搜索帮助