summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml10
1 files changed, 4 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index ae2ac4f88..664466e2b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,21 +11,19 @@ before_script:
   - set -e
   - wget http://flatassembler.net/fasm-1.71.39.tgz
   - tar xvf fasm-1.71.39.tgz
-  - export PATH=$(pwd)/fasm:$PATH
-script:
   - git clone --depth 1 https://github.com/nim-lang/csources.git
   - cd csources
   - sh build.sh
   - cd ..
   - sed -i -e 's,cc = gcc,cc = clang,' config/nim.cfg
-  - ./bin/nim c koch
+  - export PATH=$(pwd)/bin:$(pwd)/fasm:$PATH
+script:
+  - nim c koch
   - ./koch boot
   - ./koch boot -d:release
-after_script:
-  - export PATH=$(pwd)/bin:$PATH
   - nim e install_nimble.nims
   - nimble update
   - nimble install zip
   - nimble install opengl
   - nimble install sdl1
-  - ./koch test
+  - ./koch test --pedantic