diff options
author | Johnson Denen <johnson.denen@gmail.com> | 2017-04-29 13:15:38 -0400 |
---|---|---|
committer | Johnson Denen <johnson.denen@gmail.com> | 2017-04-29 13:55:32 -0400 |
commit | 369fc39c7893beb90daed3c3a2e8ceb439f5f517 (patch) | |
tree | 72409bacfccb082e497e4bb2730cebb737efcf2c /.travis.yml | |
parent | ac10d7a647aa77aa933076a523a48ec0a283dd15 (diff) |
Add compilation check
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 0948dbd..5551156 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,3 +10,4 @@ env: script: - emacs --version - cask exec ert-runner -l test/ert-helper.el test/*-tests.el + - cask build |