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
   - pip --quiet install Pygments==1.6
13
   - pip --quiet install Pygments==1.6
14
   - pip --quiet install coverage
14
   - pip --quiet install coverage
15
   - coverage --version
15
   - coverage --version
16
+  - sudo apt-get update
16
   - sudo apt-get --quiet=2 install patchutils
17
   - sudo apt-get --quiet=2 install patchutils
17
 
18
 
18
 install:
19
 install: