From a95561dd50d2ce13303aef519005726a430a1fea Mon Sep 17 00:00:00 2001 From: Maarten Billemont Date: Wed, 22 Oct 2014 23:05:04 -0400 Subject: [PATCH] Re-enable submodule support in Travis; Pearl is no longer excessive. --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3f8a35cb..11872789 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,3 @@ language: objective-c xcode_workspace: MasterPassword.xcworkspace xcode_scheme: MasterPassword iOS (Development) xcode_sdk: iphonesimulator -git: - submodules: false -before_install: ./Scripts/updateDependencies