File tree Expand file tree Collapse file tree 4 files changed +28
-0
lines changed
Expand file tree Collapse file tree 4 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ language : objective-c
3+
4+ os :
5+ - osx
6+
7+ osx_image : xcode7
8+
9+ install :
10+ - sudo easy_install pip
11+ - sudo pip install ansible
12+ - mkdir -p /tmp/roles
13+ - " { echo '[defaults]'; echo 'roles_path = ../:/tmp/roles'; } >> ansible.cfg"
14+ - ansible-galaxy install -f -r tests/requirements.yml -p /tmp/roles
15+
16+ script :
17+ - " ansible-playbook -i tests/inventory tests/travis.yml --syntax-check"
18+ - " ansible-playbook -i tests/inventory tests/travis.yml --connection=local"
Original file line number Diff line number Diff line change 1+ localhost
Original file line number Diff line number Diff line change 1+ ---
2+
3+ - src : roderik.superlumic-osx-defaults
Original file line number Diff line number Diff line change 1+ ---
2+ - hosts : 127.0.0.1
3+ connection : local
4+
5+ roles :
6+ - ansible-role-computername
You can’t perform that action at this time.
0 commit comments