From 4b9d0b7e2febb7ffda63b331ef68539ebc5e2af7 Mon Sep 17 00:00:00 2001 From: Kevin Chappell Date: Tue, 6 Nov 2018 01:37:21 -0800 Subject: [PATCH] remove gitsubmodule --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7fce2ba05..ea3450862 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,8 +13,6 @@ cache: - node_modules notifications: email: false -git: - submodules: false before_install: - echo "https://${GH_TOKEN}:@github.com" > .git/credentials - git config credential.helper "store --file=.git/credentials"