From af0cb04bf71926f3a49f5bb07f5c53d5c0a0e321 Mon Sep 17 00:00:00 2001 From: Nikolaos Dimopoulos Date: Fri, 15 Mar 2013 11:45:38 -0400 Subject: [PATCH] Correction to travis.yml to switch submodules to master branch modified: .travis.yml --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0181f7d2557..05023c72b6a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,12 @@ before_install: before_script: - git submodule init - git submodule update + - cd php-tests/library/Mustache + - git checkout master + - cd ../../.. + - cd php-tests/library/Twig + - git checkout master + - cd ../../.. - mkdir -p unit-tests/engines - cd unit-tests/engines/ - git clone https://github.com/bobthecow/mustache.php.git