Always run the full test suite.

This commit is contained in:
Parker Moore 2014-07-29 19:08:40 -04:00
parent 5767346e9d
commit 2d3d65a930
1 changed files with 0 additions and 7 deletions

View File

@ -6,13 +6,6 @@
set -x
if [[ "$TRAVIS_PULL_REQUEST" != "" ]] || [[ "$TRAVIS_PULL_REQUEST" != "false" ]]; then
git diff --name-only origin $(git log --pretty=format:"%h" -2 | tail -1) | grep -v '^site/' || {
echo "No lib files have changed, skipping Jekyll tests!"
exit 0
}
fi
if [ -z "$1" ]; then
TEST_FILES="test/test_*.rb"
else