Merge pull request #3390 from tmm1/travis-ci

Run tests on TravisCI
This commit is contained in:
Dominik Picheta
2015-09-29 23:29:45 +01:00

10
.travis.yml Normal file
View File

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