DRILL-1083: Fix Travis integration
Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/3ea8eb51 Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/3ea8eb51 Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/3ea8eb51 Branch: refs/heads/master Commit: 3ea8eb51091199860382bc43313f1b2375505495 Parents: 2aef489 Author: Yash Sharma <[email protected]> Authored: Fri Jun 27 02:01:11 2014 +0530 Committer: Jacques Nadeau <[email protected]> Committed: Thu Jun 26 13:42:32 2014 -0700 ---------------------------------------------------------------------- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/3ea8eb51/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 667befe..b773296 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,4 +13,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -language: java \ No newline at end of file +before_install: git fetch --unshallow +language: java
