Travis CI 错误处理记录

2017-01-06  本文已影响361人  建航

这两天尝试了下Github上的集成服务Travis CI,然后出现了很多错误,现将处理方式记录,方便以后查阅:

100755 blob xxxxxxxxxxxxx gradlew

二. 或者你可以直接在.travis.yml 中添加如下命令:
>before_install:
- chmod +x gradlew

jdk: oraclejdk8

即可解决问题

android:
components:
- tools
- platform-tools
licenses:
- 'android-sdk-preview-license-.+'
- 'android-sdk-license-.+'
- 'google-gdk-license-.+'

解决方案实际链接:
Permission denied 1
Permission denied 2
Unsupported major.minor version 52.0
You have not accepted the license agreements of the following SDK components
You have not accepted the license agreements of the following SDK components

上一篇 下一篇

猜你喜欢

热点阅读