fix test failures due to import errors

This commit is contained in:
Aman Gupta
2015-10-02 18:20:51 -07:00
parent 1639de0a4e
commit 5b9465acf6
3 changed files with 4 additions and 2 deletions

View File

@@ -26,4 +26,6 @@ after_script:
- nim e install_nimble.nims
- nimble update
- nimble install zip
- nimble install opengl
- nimble install sdl1
- ./koch test

View File

@@ -1,4 +1,4 @@
import zlib
import zip/zlib
proc compress*(source: string): string =
var

View File

@@ -1,5 +1,5 @@
import nake
import httpclient, zipfiles, times, math
import httpclient, zip/zipfiles, times, math
nakeImports
randomize()