Skip to content
Snippets Groups Projects
Commit 90765b1f authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Remove "find" lines from .travis.yml

parent 184c077c
No related branches found
No related tags found
No related merge requests found
...@@ -53,13 +53,6 @@ script: ...@@ -53,13 +53,6 @@ script:
- restore_configs - restore_configs
- build_marlin_pio ${TRAVIS_BUILD_DIR} ${TEST_PLATFORM} - build_marlin_pio ${TRAVIS_BUILD_DIR} ${TEST_PLATFORM}
# #
# find U8glib files
- sudo find / -iname u8g.h
- sudo find / -iname U8glib.h
# expose the C API
#- sudo cp -f ${TRAVIS_BUILD_DIR}/.piolibdeps/U8glib-HAL_ID1932/src/lib/u8g.h ${TRAVIS_BUILD_DIR}/.piolibdeps/U8glib-HAL_ID1932/src/u8g.h
#
#
# Test 2 extruders (one MAX6675) and heated bed on basic RAMPS 1.4 # Test 2 extruders (one MAX6675) and heated bed on basic RAMPS 1.4
# Test a "Fix Mounted" Probe with Safe Homing, some arc options, # Test a "Fix Mounted" Probe with Safe Homing, some arc options,
# linear bed leveling, M48, leveling debug, and firmware retraction. # linear bed leveling, M48, leveling debug, and firmware retraction.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment