Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit

Permalink
travis-ci should really detect autogen.sh...
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamhm committed Nov 19, 2015
1 parent d12084b commit 0837fc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ compiler:
os:
- linux
- osx

script: ./autogen.sh && ./configure && make
3 changes: 0 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 0837fc5

Please sign in to comment.