mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-16 14:01:22 +00:00
add basic travis config
This commit is contained in:
6
.travis.yml
Normal file
6
.travis.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
language: c
|
||||
os: linux
|
||||
script:
|
||||
- sh build.sh
|
||||
after_script:
|
||||
- ./koch tests
|
||||
Reference in New Issue
Block a user