travis-ci should really detect autogen.sh...

This commit is contained in:
Hisham Muhammad 2015-11-19 13:14:20 -02:00
parent d12084b032
commit 0837fc5b62
2 changed files with 2 additions and 3 deletions

View File

@ -7,3 +7,5 @@ compiler:
os:
- linux
- osx
script: ./autogen.sh && ./configure && make

View File

@ -83,9 +83,6 @@ SUFFIXES = .h
BUILT_SOURCES = $(myhtopheaders) $(myhtopplatheaders)
htop_SOURCES = $(myhtopheaders) $(myhtopplatheaders) $(myhtopsources) $(myhtopplatsources) config.h
test:
echo "Test suite not integrated yet."
target:
echo $(htop_SOURCES)