Reverting "Do not pull submodules when testing zeroein"

This commit is contained in:
Takafumi Arakaki 2012-09-28 01:28:15 +02:00
parent c620c474cb
commit 1037daed11

View file

@ -1,8 +1,6 @@
language: emacs-lisp
before_install:
- if [ ! "$EIN_TEST_TARGET" = "travis-ci-zeroein" ]; then
git submodule --quiet update --init;
fi
- git submodule --quiet update --init
- sudo apt-get install -qq python-virtualenv
- if [ "$EMACS" = 'emacs-snapshot' ]; then
sudo add-apt-repository -y ppa:cassou/emacs &&