-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removing gradlew causes travis-ci to fail with wrong version of Gradle #3
Comments
Hmm this does look like it was accidentally omitted |
Migration damage. |
@alan412 You want to give this branch a spin and see if fixes your travis-ci problem? https://github.com/FIRST-Tech-Challenge/FtcRobotController/tree/missing-gradlew |
That fixes the missing gradlew problem. There is still the #4 issue (lint) I am tempted to propose a simple .travis.yml file to go into the repo - then anyone that has their repo as a public repo in GitHub will get Travis-CI building on all commits "for free". (My team actually has master protected so you can't push to it and you can't do a pull request until Travis-CI has successfully built it. A little thing but it makes sure that the master branch always builds.) Here is the simplest one that will work: .travis.yml (put in root dir)
|
Noah roadrunner integration
Merge pull request #3 from 13201Hazmat/Noah-Roadrunner_integration
…ions/IsaccBarker-security-conduct Make Security File
…r use at League Meet FIRST-Tech-Challenge#3 at Mojave High School
Recent code updated after meet FIRST-Tech-Challenge#3 - 2/24/2024
Create auton_blue
…twolflp-outside-workings Midnightwolflp outside workings
…sting Create codeql.yml
Added chickaletta hardware & teleop
adding all code from the previous season
Fix the wrong calling timing of task.init()
The removal of gradlew causes travis-ci to fail. Don't know why it is needed by Travis or why it is no longer in 6.0
The text was updated successfully, but these errors were encountered: