Skip to content

Commit

Permalink
make clean before running in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
wez committed Jul 9, 2014
1 parent 9d97387 commit 4016c5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions travis/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ set -e
PATH=$PWD:$PATH
./autogen.sh
./configure --with-pcre --with-python --with-ruby $CONFIGARGS
make clean
make
set +e
rm -f /tmp/watchman*
Expand Down

0 comments on commit 4016c5c

Please sign in to comment.