commit | 85bfcc9dd7474477960103ecd44bdb4d3a0f4b22 | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Mon Jul 17 15:39:09 2017 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Mon Jul 17 15:39:27 2017 +0200 |
tree | 77699cb878c13ffacd0c4d76f46ee86d45098258 | |
parent | 61316d7b5044801ea797c01aff6496ab574c85f0 [diff] [blame] |
Allow Travis CI to run parallel tests Change-Id: I08fe4599960d826e18a239511a71b7ae5d0eff38
diff --git a/.kitchen.travis.yml b/.kitchen.travis.yml new file mode 100644 index 0000000..f847543 --- /dev/null +++ b/.kitchen.travis.yml
@@ -0,0 +1,6 @@ +suites: + + - name: <%= ENV['SUITE'] %> + provisioner: + pillars-from-files: + neutron.sls: tests/pillar/<%= ENV['SUITE'] %>.sls