fix current directory

This commit is contained in:
Aman Gupta
2015-09-29 15:42:45 -07:00
parent 980db2f440
commit 243e665965

View File

@@ -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