Skip to content

Commit

Permalink
Merge pull request #1771 from daniellawrence/ci
Browse files Browse the repository at this point in the history
travis-ci.org - Allow Shinken to run on new infra
  • Loading branch information
olivierHa committed Dec 10, 2015
2 parents 56d689a + 3f0df53 commit bf82026
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
language: python

# Allow shinken to run on new travis infra
sudo: False

# Allow cache of downloads
cache: pip

python:
- "2.6"
- "2.7"
Expand Down

0 comments on commit bf82026

Please sign in to comment.