diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000000..2509c0b97d --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: c +os: linux +script: + - git clone --depth 1 https://github.com/nim-lang/csources.git + - cd csources && sh build.sh + - ./bin/nim c koch + - ./koch boot + - ./koch boot -d:release +after_script: + - ./koch test