Skip to content

Commit

Permalink
.travis.yml: Update Travis build script to include configure
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
  • Loading branch information
troglobit committed Mar 10, 2015
1 parent d2eb46c commit e9506ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ addons:
name: "troglobit/finit"
description: "finit | Fast & Extensible init for Linux"
notification_email: troglobit@gmail.com
build_command_prepend: "./configure"
build_command: "make"
branch_pattern: dev

script: make
script: ./configure && make

0 comments on commit e9506ae

Please sign in to comment.