branch: master
commit 1924ded2ccbf6d453850177e96d4016f5f906b63
Author: rocky <[email protected]>
Commit: rocky <[email protected]>
Try to fix travis #3
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index db62ce8..0515aa0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,7 @@ install:
sudo add-apt-repository -y ppa:cassou/emacs &&
sudo apt-get -qq update &&
sudo apt-get -qq -f install &&
- emacs24 emacs24-el;
+ sudo apt-get -qq install emacs24 emacs24-el;
fi
# run the tests