mirror of
https://github.com/Ryujinx/libsoundio.git
synced 2025-01-03 14:15:47 +00:00
Merge pull request #72 from ideoforms/master
Travis: Add travis_retry to make apt-get commands persistent
This commit is contained in:
commit
f6d3ea9475
|
@ -1,8 +1,8 @@
|
|||
dist: trusty
|
||||
before_install:
|
||||
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
|
||||
- sudo apt-get update -q
|
||||
- sudo apt-get install g++-4.9 cmake libasound2-dev -y
|
||||
- travis_retry sudo apt-get update -q
|
||||
- travis_retry sudo apt-get install g++-4.9 cmake libasound2-dev -y
|
||||
- export CXX="g++-4.9" CC="gcc-4.9"
|
||||
script:
|
||||
- mkdir build
|
||||
|
|
Loading…
Reference in a new issue