From fbe7bf3c8b2ac6fe48a0cf1c6b2cd9d7ae51c9b6 Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Tue, 29 Sep 2015 15:14:54 -0700 Subject: [PATCH] no more build.sh, bootstrap release too --- .travis.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ab2639347d..2509c0b97d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,10 @@ language: c os: linux script: - - sh build.sh + - 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 tests + - ./koch test