Explorar el Código

Run apt-get update first

Matthew Wang hace 8 años
padre
commit
c600eb20c3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      .travis.yml

+ 1
- 0
.travis.yml Ver fichero

@@ -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: