From 04f1b28d45b2d6ef76953f482ccfa8826bb72a57 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Mon, 11 Jul 2016 12:16:40 +0200 Subject: [PATCH] Build geckolib on travis. This adds about two minutes to the twenty-minute build. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2993854d083..44bb3c52ccb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ matrix: dist: trusty script: - ./mach build -d --verbose + - ./mach build-geckolib - ./mach test-unit - ./mach test-compiletest - bash etc/ci/check_no_unwrap.sh