Changeset - a4bb1e7ec8d6
[Not reviewed]
0 1 0
Sergey Pashinin - 11 years ago 2014-08-25 10:53:02
sergey@pashinin.com
Run make deps on Travis
1 file changed with 1 insertions and 3 deletions:
0 comments (0 inline, 0 general)
.travis.yml
Show inline comments
 
@@ -15,9 +15,7 @@ before_install:
 
  - sudo apt-get update -qq
 
  - sudo apt-get install -qq $EMACS
 
install:
 
  - $CURL https://raw.githubusercontent.com/rejeep/f.el/master/f.el -o f.el
 
  - $CURL https://raw.githubusercontent.com/magnars/s.el/master/s.el -o s.el
 
  - $CURL https://raw.githubusercontent.com/magnars/dash.el/master/dash.el -o dash.el
 
  - make deps
 
  - if [ "$EMACS" = "emacs23" ]; then
 
      $CURL https://raw.githubusercontent.com/ohler/ert/fb3c278d/lisp/emacs-lisp/ert.el -o ert.el;
 
      $CURL https://raw.githubusercontent.com/emacsmirror/cl-lib/master/cl-lib.el -o cl-lib.el;
0 comments (0 inline, 0 general)