mirror of
https://github.com/tstack/lnav
synced 2024-11-03 23:15:38 +00:00
Merge pull request #197 from sureshsundriyal/wip
[travis] Add 'make distcheck' to the test script.
This commit is contained in:
commit
24ce092873
@ -3,7 +3,7 @@ language: cpp
|
||||
compiler: gcc
|
||||
before_install:
|
||||
- sudo apt-get install -y -qq libgpm-dev
|
||||
script: ./autogen.sh && ./configure && make && make check
|
||||
script: ./autogen.sh && ./configure && make && make check && make distcheck
|
||||
after_script: test -e test/test-suite.log && cat test/test-suite.log
|
||||
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user