Browse Source

Merge pull request #416 from pointhi/travis

Migrating Travis CI from legacy to container-based infrastructure
Adam Tauber 9 years ago
parent
commit
da13c3b5f9
1 changed files with 6 additions and 0 deletions
  1. 6 0
      .travis.yml

+ 6 - 0
.travis.yml

@@ -1,3 +1,9 @@
+sudo: false
+cache:
+  - pip
+  - npm
+  - directories:
+    - $HOME/.cache/pip
 language: python
 language: python
 python:
 python:
   - "2.7"
   - "2.7"