travis-ci / beta-features

The perfect place to leave feedback and comments on newly released Beta Features.
56 stars 68 forks source link

i don't know why,but travis always build error with a log "An error occurred while generating the build script." #14

Closed naivor closed 7 years ago

naivor commented 7 years ago

this can not see any thing,and my .travis.yml is succeed in http://lint.travis-ci.org/,I don't know what happend. Here is my cofig:

language: android

sudo: false

notifications:
  email: false

jdk:
  - oraclejdk8

android:
  components:
        -build-tools-25.0.2
        -android-25

        - extra-android-m2repository
        - extra-android-support

        - platform-tools
        - tools

        - add-on
        - extra

before_install:     
 - chmod +x gradlew

script:
     - ./gradlew assembleRelease
joshk commented 7 years ago

Hi @naivor

Can you please open an issue at https://github.com/travis-ci/travis-ci/issues, or email support@travis-ci.com

This repository is only for discussing currently released Beta Features.

Thanks

Josh

naivor commented 7 years ago

oh,I m sorry ! And I had opened this issue at https://github.com/travis-ci/travis-ci/issues.