From f1789ba633c9b92e6d4402866a29718c18ec945a Mon Sep 17 00:00:00 2001 From: Mark VanderVoord Date: Fri, 7 Apr 2017 22:40:33 -0400 Subject: [PATCH] Update .travis.yml Oops. lost track of which directory the script was addressing --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9485e1c..3daa545 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,5 +25,5 @@ script: - make setup - make test - cd .. - - cd examples && cd temp_sensor + - cd temp_sensor - rake ci