diff --git a/.travis.yml b/.travis.yml
index 9866d6c408bc09eb5c60261b6965af55880874a4..9e5e54798377b5ec0e6b109dff82b2da394f76d3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -53,13 +53,6 @@ script:
   - restore_configs
   - 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 a "Fix Mounted" Probe with Safe Homing, some arc options,
   # linear bed leveling, M48, leveling debug, and firmware retraction.