mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-20 23:56:34 -04:00
oops
This commit is contained in:
parent
9e109b84b6
commit
9a6fc0b12d
@ -4,10 +4,10 @@ python:
|
||||
sudo: required
|
||||
dist: trusty
|
||||
before_install:
|
||||
- host
|
||||
- host -f
|
||||
- ping -c3 `host`
|
||||
- ping -c3 `host -f`
|
||||
- hostname
|
||||
- hostname -f
|
||||
- ping -c3 `hostname`
|
||||
- ping -c3 `hostname -f`
|
||||
- sudo pip install ansible==2.1.3.0
|
||||
install:
|
||||
- ansible-playbook -vvv --extra-vars="brozzler_pip_name=file://$TRAVIS_BUILD_DIR#egg=brozzler user=travis" --inventory-file=ansible/hosts-localhost ansible/playbook.yml
|
||||
|
Loading…
x
Reference in New Issue
Block a user