We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 743cd40 commit bfc91b7Copy full SHA for bfc91b7
.travis.yml
@@ -22,7 +22,8 @@ env:
22
- LOGIN=username:password@localhost
23
24
install:
25
- - sudo apt-get -qq update && sudo apt-get --no-install-recommends -qq install -y asterisk
+ - sudo apt-get -qq update || true # update package list and ignore temporary network errors
26
+ - sudo apt-get --no-install-recommends -qq install -y asterisk
27
- sudo cp tests/username.conf /etc/asterisk/manager.d/username.conf
28
- sudo /etc/init.d/asterisk reload
29
- composer install --no-interaction
0 commit comments