Add Travis cfg for running ansible-lint in CI 31/57531/1
authorDaniel Farrell <dfarrell@redhat.com>
Tue, 5 Apr 2016 20:14:27 +0000 (16:14 -0400)
committerDaniel Farrell <dfarrell@redhat.com>
Fri, 19 May 2017 16:52:25 +0000 (12:52 -0400)
Change-Id: Ia430773a5e8e722fc5d8db77f1eeb7ecabc3acb9
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..4fb70a0
--- /dev/null
@@ -0,0 +1,8 @@
+---
+script: tox
+notifications:
+    email:
+        recipients:
+            - dfarrell@redhat.com
+    on_success: change
+    on_failure: change