diff options
author | Araq <rumpf_a@web.de> | 2015-10-25 01:25:54 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-10-25 01:29:51 +0200 |
commit | c1c76a20e6e988377cc4d757ca0eedcfcbbaa537 (patch) | |
tree | e0b502fac110f264b4168404c9fa7969307b7029 | |
parent | 5206c310e65998e82804af46de0d49dc07ac65c1 (diff) | |
download | Nim-c1c76a20e6e988377cc4d757ca0eedcfcbbaa537.tar.gz |
try to make travis generate the tar.xz
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 6a500c0cd..4c3dfe1f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,5 +28,7 @@ script: - nimble install opengl - nimble install sdl1 - nimble install jester + - nimble install niminst - nim c --taintMode:on tests/testament/tester - tests/testament/tester --pedantic all + - ./koch xz |