From 7d991b7544ebc9be082a877840951a1e11a94f90 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Fri, 21 Aug 2020 17:48:59 +0200 Subject: [PATCH] Revert "travis: Run the simulator tests too" This reverts commit 0c846006fbf9ce07b3f31cb0dbcb9835a0fa519d. This needs a bit more setup and tweaking to work.... --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 586ed9c0..b17e98bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,6 @@ install: - ln -s $(pwd) ../hardware/keyboardio/avr/libraries/Kaleidoscope script: - make travis-test KALEIDOSCOPE_TEMP_PATH=$(pwd)/.kaleidoscope-build-cache BOARD_HARDWARE_PATH=$(pwd)/../hardware - - make run-simulator-tests KALEIDOSCOPE_TEMP_PATH=$(pwd)/.kaleidoscope-build-cache BOARD_HARDWARE_PATH=$(pwd)/../hardware notifications: email: on_success: change