ansible-dhcpd/.travis.yml

17 lines
271 B
YAML
Raw Normal View History

---
2015-03-27 13:29:04 +00:00
sudo: True
language: 'python'
python: '2.7'
virtualenv:
system_site_packages: true
before_install: True
install: True
script:
2014-09-07 14:41:26 +00:00
- 'git clone --depth 1 https://github.com/nickjj/rolespec'
2014-09-24 17:09:01 +00:00
- 'cd rolespec ; bin/rolespec -r https://github.com/debops/test-suite'