Skip to content

Commit

Permalink
Fix travis build another go.
Browse files Browse the repository at this point in the history
  • Loading branch information
dot-bob committed Mar 29, 2020
1 parent 2ee072d commit c2e6a60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ before_script:
- cd ${TRAVIS_BUILD_DIR}
#
# Generate custom version include
- generate_version ${TRAVIS_BUILD_DIR}/Marlin/src/inc
- cat ${TRAVIS_BUILD_DIR}/Marlin/src/inc/_Version.h
- generate_version_header_for_marlin ${TRAVIS_BUILD_DIR}/Marlin
- cat ${TRAVIS_BUILD_DIR}/Marlin/_Version.h
#
script:
#
# Build with the default configurations
#
- build_marlin_pio ${TRAVIS_BUILD_DIR} ${TEST_PLATFORM}
- build_marlin
after_success:
- ls -lh .pioenvs/megaatmega2560/firmware.hex
- upload_release .pioenvs/megaatmega2560/firmware.hex
Expand Down

0 comments on commit c2e6a60

Please sign in to comment.