Преглед изворни кода

[enh] Migrating Travis CI from legacy to container-based infrastructure

This patch should speedup testing with Travis CI using caching and
container-based infrastructure.

source:
- http://docs.travis-ci.com/user/migrating-from-legacy/
- http://docs.travis-ci.com/user/caching/
Thomas Pointhuber пре 9 година
родитељ
комит
ae5bf6e49f
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4
    0
      .travis.yml

+ 4
- 0
.travis.yml Прегледај датотеку

@@ -1,3 +1,7 @@
1
+sudo: false
2
+cache:
3
+  - pip
4
+  - npm
1 5
 language: python
2 6
 python:
3 7
   - "2.7"