aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--tox.ini1
2 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 0550338e..9df4e9f4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,5 @@
+---
sudo: required
-language: bash
services: docker
language: generic
diff --git a/tox.ini b/tox.ini
index 98df801f..d519d40d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -37,6 +37,7 @@ commands =
[testenv:yamllint]
basepython = python2.7
files =
+ .travis.yml
xtesting/ci
commands =
yamllint -s {[testenv:yamllint]files}