[Pkg-javascript-commits] [leaflet] 06/40: fix travis uploads in	stable branch too
    Jonas Smedegaard 
    dr at jones.dk
       
    Thu Oct 16 16:33:06 UTC 2014
    
    
  
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository leaflet.
commit 6864384d630e46fc5908575befebb19239b1c0d0
Author: Vladimir Agafonkin <agafonkin at gmail.com>
Date:   Wed Mar 19 17:50:35 2014 -0700
    fix travis uploads in stable branch too
---
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index db828c8..dc4ce44 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,8 @@ before_script: >
   test ${TRAVIS_BRANCH} = master ||
   test ${TRAVIS_BRANCH} = stable &&
   test ${TRAVIS_PULL_REQUEST} = false &&
-  gem install travis-artifacts || true
+  gem install --no-rdoc --no-ri --version 0.8.9 faraday &&
+  gem install --no-rdoc --no-ri travis-artifacts || true
 after_success: >
   test ${TRAVIS_BRANCH} = master ||
   test ${TRAVIS_BRANCH} = stable &&
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet.git
    
    
More information about the Pkg-javascript-commits
mailing list