ignore errors on `apt-get update`

This commit is contained in:
Frank Morgner 2015-03-31 14:29:42 +02:00 committed by Viktor Tarasov
parent 4a4d750e73
commit a05e7ca84d
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ matrix:
before_install:
- if [ $TRAVIS_OS_NAME == linux ]; then
sudo apt-get update;
sudo apt-get update || true;
fi
install: