diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2016-11-24 09:55:18 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2016-11-24 09:55:18 +0100 |
commit | 31a41594c26680e48eabd9b738246aee41e122c5 (patch) | |
tree | 53f293ea20d4c1bd7e8fb84e578d8ded4e679460 | |
parent | 7be1c55cf18f927513cc67f55307d48bdb9d7d20 (diff) | |
download | Nim-31a41594c26680e48eabd9b738246aee41e122c5.tar.gz |
attempt to make travis green again
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index ebf287502..f81a508c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,9 +22,8 @@ script: - nim c koch - ./koch boot - ./koch boot -d:release - - nim e install_nimble.nims + - ./koch nimble - nim e tests/test_nimscript.nims - - nimble update - nimble install zip - nimble install opengl - nimble install sdl1 |