summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2018-09-14 17:06:26 +0200
committerAraq <rumpf_a@web.de>2018-09-14 17:06:26 +0200
commit0cb72185ae3d8127517e5976d3d48496e8b5006a (patch)
treefeb2efa1889e97e3fbe7496601beb6a4f5b6a397
parent313282d8056743c0254ec034eff61140c5d3bed4 (diff)
downloadNim-0cb72185ae3d8127517e5976d3d48496e8b5006a.tar.gz
adjust travis build, don't test Nimble in Nim
-rw-r--r--.travis.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 12ac59335..9541cdae7 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