From 0cb72185ae3d8127517e5976d3d48496e8b5006a Mon Sep 17 00:00:00 2001 From: Araq Date: Fri, 14 Sep 2018 17:06:26 +0200 Subject: [PATCH] adjust travis build, don't test Nimble in Nim --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 12ac593350..9541cdae7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,11 +38,11 @@ script: - ./koch boot -d:release - ./koch nimble - nim e tests/test_nimscript.nims - - nimble install zip -y - - nimble install opengl - - nimble install sdl1 - - nimble install jester@#head -y - - nimble install niminst + #- nimble install zip -y + #- nimble install opengl + #- nimble install sdl1 + #- nimble install jester@#head -y + #- nimble install niminst - nim c --taintMode:on -d:nimCoroutines tests/testament/tester - tests/testament/tester --pedantic all -d:nimCoroutines - nim c -o:bin/nimpretty nimpretty/nimpretty.nim