diff options
author | yenatch <yenatch@gmail.com> | 2017-12-28 22:23:13 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2017-12-28 22:23:13 -0500 |
commit | 8fc5aae88f64701ef31ffb9598db13b5de420080 (patch) | |
tree | 19fd3ef03ca81e279597e7d8b8a6cb0abecb5c9b | |
parent | b97a1acf3d676ca1c776e37ff4cfa48164ffc92b (diff) |
travis: turn check-status back on
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index c052af3e9..266592f40 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,5 +19,5 @@ before_script: } script: - make -j2 compare -# - check_status + - check_status |