diff options
author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2015-09-01 19:43:32 +0200 |
---|---|---|
committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2015-09-01 19:43:32 +0200 |
commit | ae5bf6e49f621b835dfc3bf89b876e7281d25217 (patch) | |
tree | 6dd69f5f0192f0ae1ad25e149f30eaa04d327666 /.travis.yml | |
parent | 7e893ce3f481f7338b07a6ea737cf75b0a410ae7 (diff) | |
download | searxng-ae5bf6e49f621b835dfc3bf89b876e7281d25217.tar.gz searxng-ae5bf6e49f621b835dfc3bf89b876e7281d25217.zip |
[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/
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 44340600d..7e0d80f83 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,7 @@ +sudo: false +cache: + - pip + - npm language: python python: - "2.7" |