Browse Source

Remove "find" lines from .travis.yml

Scott Lahteine 6 years ago
parent
commit
90765b1f72
1 changed files with 0 additions and 7 deletions
  1. 0
    7
      .travis.yml

+ 0
- 7
.travis.yml View File

53
   - restore_configs
53
   - restore_configs
54
   - build_marlin_pio ${TRAVIS_BUILD_DIR} ${TEST_PLATFORM}
54
   - build_marlin_pio ${TRAVIS_BUILD_DIR} ${TEST_PLATFORM}
55
   #
55
   #
56
-  # find U8glib files
57
-  - sudo find / -iname u8g.h
58
-  - sudo find / -iname U8glib.h
59
-  # expose the C API
60
-  #- sudo cp -f ${TRAVIS_BUILD_DIR}/.piolibdeps/U8glib-HAL_ID1932/src/lib/u8g.h ${TRAVIS_BUILD_DIR}/.piolibdeps/U8glib-HAL_ID1932/src/u8g.h
61
-  #
62
-  #
63
   # Test 2 extruders (one MAX6675) and heated bed on basic RAMPS 1.4
56
   # Test 2 extruders (one MAX6675) and heated bed on basic RAMPS 1.4
64
   # Test a "Fix Mounted" Probe with Safe Homing, some arc options,
57
   # Test a "Fix Mounted" Probe with Safe Homing, some arc options,
65
   # linear bed leveling, M48, leveling debug, and firmware retraction.
58
   # linear bed leveling, M48, leveling debug, and firmware retraction.

Loading…
Cancel
Save