diff options
author | yenatch <yenatch@gmail.com> | 2018-03-10 19:14:47 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2018-03-10 19:14:47 -0500 |
commit | edf2b05ac37a2bd9a820c24400b3db417f2f8927 (patch) | |
tree | b7a9de7b48940d7b71a37767f7c748f9f9e515c3 | |
parent | 1aefbfa5230fe188417e52674f79a6d5b009a51e (diff) |
faster travis
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index bbcb7721..d3cce374 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,6 @@ before_script: fi; } script: - - make + - make -j2 - make compare - check_status |