We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ee17b commit ba0dfb2Copy full SHA for ba0dfb2
.travis.yml
@@ -0,0 +1,21 @@
1
+---
2
+language: python
3
+python: "2.7"
4
+
5
+before_install:
6
+ # Make sure everything's up to date.
7
+ - sudo apt-get update -qq
8
+ - sudo apt-get install -qq python-apt python-pycurl git python-pip ruby ruby-dev build-essential autoconf
9
+ - gem install bundler
10
11
+install:
12
+ - sudo pip install ansible
13
14
+script:
15
+ - ansible --version
16
+ - export TRAVIS=True
17
+ - bundle install
18
+ - bundle exec kitchen test travis
19
20
+after_success:
21
+ - echo "Success"
0 commit comments