From 03d7954da9ad6759c9295d8c6b0ceee2e63c0646 Mon Sep 17 00:00:00 2001 From: Austin Taylor Date: Tue, 2 Jan 2018 01:46:03 -0500 Subject: [PATCH] Testing build with no submodules --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2c4cb04..58e77df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,3 +20,5 @@ script: notifications: on_success: change on_failure: change # `always` will be the setting once code changes slow down +git: + submodules: false