From 243e66596554bdd318ff26f15b377403ea1fee6a Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Tue, 29 Sep 2015 15:42:45 -0700 Subject: fix current directory --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2509c0b97..6a04c4c93 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,9 @@ language: c os: linux script: - git clone --depth 1 https://github.com/nim-lang/csources.git - - cd csources && sh build.sh + - cd csources + - sh build.sh + - cd .. - ./bin/nim c koch - ./koch boot - ./koch boot -d:release -- cgit 1.4.1-2-gfad0