diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-05-12 05:40:20 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-05-12 05:40:20 +0200 |
commit | a513a9a574014ad96dc6e854e3ffff6cf98fc29f (patch) | |
tree | 43c7e0a697d1980e972641b5ca1ea2de8ddda413 /.travis.yml | |
parent | 5a0af0364f3eb5cb98f56493d9681afde3b1a0b1 (diff) | |
download | xK-a513a9a574014ad96dc6e854e3ffff6cf98fc29f.tar.gz xK-a513a9a574014ad96dc6e854e3ffff6cf98fc29f.tar.xz xK-a513a9a574014ad96dc6e854e3ffff6cf98fc29f.zip |
Travis CI: add a stupid end-to-end test
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 752187c..911f57a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,3 +36,4 @@ script: -DWANT_READLINE=$readline -DWANT_LIBEDIT=$libedit - make - cpack -G DEB + - ../test |