summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-07-09 03:27:42 +0300
committerAndrei Karas <akaras@inbox.ru>2017-07-09 03:35:41 +0300
commitcc8110c30fa53380a5d23af00d08c35b06b22aff (patch)
treeafe84e07a9c75584325e18c325ef1e093e378042 /.travis.yml
parent6e52b1fd24ef10b83fed21ec7e60a94796122f24 (diff)
downloadplus-cc8110c30fa53380a5d23af00d08c35b06b22aff.tar.gz
plus-cc8110c30fa53380a5d23af00d08c35b06b22aff.tar.bz2
plus-cc8110c30fa53380a5d23af00d08c35b06b22aff.tar.xz
plus-cc8110c30fa53380a5d23af00d08c35b06b22aff.zip
Add apt-get update into .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 761b935b4..b08f1121a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,7 @@ dist: trusty
before_script:
- uname -a
- echo before_script
+ - ./tools/ci/scripts/retry.sh sudo apt-get update
- ./tools/ci/scripts/retry.sh sudo apt-get install docker
script: