diff options
author | Adam Tauber <asciimoo@gmail.com> | 2015-09-04 22:48:11 +0200 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2015-09-04 22:48:11 +0200 |
commit | da13c3b5f9b7f0a8691df4f53e817ac2116025b2 (patch) | |
tree | be122d96cbad718865b7db025abe2169ab377835 | |
parent | d5931874ac8a7762c3a961f866e65a19671f9d54 (diff) | |
parent | cf932ee6a0c86575ac78ee3c4206c4f39bfa8305 (diff) | |
download | searxng-da13c3b5f9b7f0a8691df4f53e817ac2116025b2.tar.gz searxng-da13c3b5f9b7f0a8691df4f53e817ac2116025b2.zip |
Merge pull request #416 from pointhi/travis
Migrating Travis CI from legacy to container-based infrastructure
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 44340600d..be6683510 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,9 @@ +sudo: false +cache: + - pip + - npm + - directories: + - $HOME/.cache/pip language: python python: - "2.7" |