Thanks to visit codestin.com Credit goes to github.com
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 3191e44 commit ab4cdb3Copy full SHA for ab4cdb3
.travis.yml
@@ -2,9 +2,12 @@ language: python
2
python: '2.6'
3
addons:
4
firefox: "25.0.1"
5
+cache:
6
+ directories:
7
+ - $HOME/.pip-cache/
8
install:
- - pip install ansible
- - pip install dopy
9
+ - pip install ansible --download-cache $HOME/.pip-cache
10
+ - pip install dopy --download-cache $HOME/.pip-cache
11
before_script:
12
- ansible-playbook -i hosts --extra-vars "api_key_password=$DO_API_KEY client_id=$DO_CLIENT_ID" do_cluster.yml
13
- "export DISPLAY=:99.0"
0 commit comments