Skip to content

Commit

Permalink
Unshallow when building on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Jun 3, 2017
1 parent a36aaa0 commit 702683e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ branches:
- /^v[0-9]/ # Skip tag builds, these should already have been tested before the tag was created

before_script:
#- git fetch --unshallow # Not needed until we reach a commit history of 50+
- git fetch --unshallow # Not needed until we reach a commit history of 50+
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then ulimit -n 1024; fi
- if [ "$TRAVIS_OS_NAME" != "osx" ]; then export FrameworkPathOverride=/usr/lib/mono/4.5/; fi
- chmod +x build.sh
Expand Down

0 comments on commit 702683e

Please sign in to comment.