From ff81c34b5efc57df824a6b81bbd854637c5c979f Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Wed, 30 Dec 2015 01:36:24 +0000 Subject: [PATCH] ``cd`` out of the ``tests`` dir in travis. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 524fbe5..b08a253 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ before_script: script: - cd tests - nim c -r tester + - cd .. - ./src/nimble install -y notifications: