branch: master
commit 7be15d2a6be5643c10b303797185d496838df2c0
Author: rocky <[email protected]>
Commit: rocky <[email protected]>
Try to fix travis #2
---
.travis.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 92dafef..db62ce8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,12 +3,12 @@ language: emacs-lisp
env:
- EMACS=emacs24
-before_install:
+install:
- if [ "$EMACS" = 'emacs24' ]; then
sudo add-apt-repository -y ppa:cassou/emacs &&
- sudo apt-get update -qq &&
- sudo apt-get install -qq
- emacs24 emacs24-el emacs24-common-non-dfsg;
+ sudo apt-get -qq update &&
+ sudo apt-get -qq -f install &&
+ emacs24 emacs24-el;
fi
# run the tests