Add travis configuration
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 18 Aug 2015 20:49:30 +0000 (16:49 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Tue, 18 Aug 2015 20:49:30 +0000 (16:49 -0400)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..004da9d
--- /dev/null
@@ -0,0 +1,5 @@
+language: python
+python:
+  - "2.7"
+install: "pip install jenkins-job-builder"
+script: jenkins-jobs test jobs/ -o test/
This page took 0.026625 seconds and 4 git commands to generate.