Skip to content

Commit

Permalink
Maybe this will help . . .
Browse files Browse the repository at this point in the history
Isn’t testing with travis fun!
  • Loading branch information
tedivm committed Jan 20, 2014
1 parent 1d60f6d commit 6afb4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SetupEnvironment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ -n "$TRAVIS" ]; then
echo 'Travis config not yet written'

if [ ! -d "$DIR" ]; then
DIR="$( dirname $(find ./ -name '.dovecottestingmark') )"
DIR="$( dirname $(find $TRAVIS_BUILD_DIR -name '.dovecottestingmark') )"
fi

sudo cp -Rp $DIR/resources /resources
Expand Down

0 comments on commit 6afb4dc

Please sign in to comment.