Browse Source

Run apt-get update first

Matthew Wang 8 years ago
parent
commit
c600eb20c3
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      .travis.yml

+ 1
- 0
.travis.yml View File

@@ -13,6 +13,7 @@ before_install:
13 13
   - pip --quiet install Pygments==1.6
14 14
   - pip --quiet install coverage
15 15
   - coverage --version
16
+  - sudo apt-get update
16 17
   - sudo apt-get --quiet=2 install patchutils
17 18
 
18 19
 install: