Skip to content

Commit 2f14fbf

Browse files
committed
Try to repair travis failure to install our dependency
1 parent 6a32f03 commit 2f14fbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ language: c
1212
# command to install dependencies
1313
before_install:
1414
#zlib1g-dev is needed to allow PIL to uncompress the dataset.
15+
- sudo apt-get update
1516
- sudo apt-get install -qq libatlas3gf-base libatlas-dev zlib1g-dev zip unzip zlibc libzip-dev libjpeg8 libjpeg62-dev libfreetype6 libfreetype6-dev python-numpy python-scipy python-pip python-nose python-yaml pyflakes python-imaging
1617

1718
install:

0 commit comments

Comments
 (0)