diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..0177bd4 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: python +python: +- '2.7' + +script: + - boostrap.sh diff --git a/.travis/minion b/.travis/minion new file mode 100644 index 0000000..6cea481 --- /dev/null +++ b/.travis/minion @@ -0,0 +1,4 @@ +file_client: local +file_roots: + base: + - /srv/salt/states \ No newline at end of file