diff options
author | Aman Gupta <aman@tmm1.net> | 2015-10-06 15:53:55 -0700 |
---|---|---|
committer | Aman Gupta <aman@tmm1.net> | 2015-10-06 15:53:55 -0700 |
commit | d9281adf8a7a8c90284ecae35907589c748ccea4 (patch) | |
tree | 71cfce856e09b1e285ea2feadc9cefe5ae772f28 | |
parent | 2240fd3f3fb32fc4b1c8c7815d6d59982df44406 (diff) | |
download | Nim-d9281adf8a7a8c90284ecae35907589c748ccea4.tar.gz |
run all tests
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 664466e2b..c027386f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,4 +26,4 @@ script: - nimble install zip - nimble install opengl - nimble install sdl1 - - ./koch test --pedantic + - ./koch test all --pedantic |