Skip to content

Commit ba0dfb2

Browse files
committed
Add travis
1 parent b5ee17b commit ba0dfb2

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.travis.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)