Skip to content

Commit

Permalink
Correction to travis.yml to switch submodules to master branch
Browse files Browse the repository at this point in the history
	modified:   .travis.yml
  • Loading branch information
Nikolaos Dimopoulos committed Mar 15, 2013
1 parent baa59b7 commit af0cb04
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af0cb04

Please sign in to comment.