Skip to content

Commit

Permalink
Travis: use travis_retry for network commands
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Jun 2, 2016
1 parent d64f683 commit 024b737
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
language: vim

install:
- sudo add-apt-repository -y ppa:pi-rho/dev
- travis_retry sudo add-apt-repository -y ppa:pi-rho/dev
# # Not for Precise.. :/
# # - sudo add-apt-repository -y ppa:pkg-vim/vim-daily
- sudo apt-get update
# # - travis_retry sudo add-apt-repository -y ppa:pkg-vim/vim-daily
- travis_retry sudo apt-get update

- sudo apt-get install -y tmux
# - hg clone https://vim.googlecode.com/hg vim
- travis_retry sudo apt-get install -y tmux
# - travis_retry hg clone https://vim.googlecode.com/hg vim
# - ( cd vim && sudo make install )

before_script:
Expand Down

0 comments on commit 024b737

Please sign in to comment.