branch: elpa/logview
commit 6675f2ff5c30cc22363e95c7b316b405f971cdb4
Author: Paul Pogonyshev <pogonys...@gmail.com>
Commit: Paul Pogonyshev <pogonys...@gmail.com>

    Fix the Travis script in the latest commit, otherwise it fails to install 
needed dependencies.
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index f67ebd734f..dd59750c20 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,5 +14,6 @@ env:
 
 script:
   - echo "(add-to-list 'package-archives '(\"melpa\" . 
\"http://stable.melpa.org/packages/\";) t)" >> ./local-environment.el
+  - echo "(package-refresh-contents)"                                          
                   >> ./local-environment.el
   - echo "(unless (require 'datetime nil t) (package-install 'datetime))"      
                   >> ./local-environment.el
   - ./run-tests.sh

Reply via email to