Ver código fonte

Merge pull request #416 from pointhi/travis

Migrating Travis CI from legacy to container-based infrastructure
Adam Tauber 9 anos atrás
pai
commit
da13c3b5f9
1 arquivos alterados com 6 adições e 0 exclusões
  1. 6
    0
      .travis.yml

+ 6
- 0
.travis.yml Ver arquivo

@@ -1,3 +1,9 @@
1
+sudo: false
2
+cache:
3
+  - pip
4
+  - npm
5
+  - directories:
6
+    - $HOME/.cache/pip
1 7
 language: python
2 8
 python:
3 9
   - "2.7"