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 fb030b0 commit 12a0386Copy full SHA for 12a0386
.travis.yml
@@ -6,7 +6,7 @@ install:
6
- pip install ansible
7
- sudo pip install dopy
8
before_script:
9
- - ansible-playbook -i localhost --extra-vars "api_key_password=$DO_API_KEY client_id=$DO_CLIENT_ID" do_cluster.yml
+ - ansible-playbook -i hosts --extra-vars "api_key_password=$DO_API_KEY client_id=$DO_CLIENT_ID" do_cluster.yml
10
- "export DISPLAY=:99.0"
11
- "sh -e /etc/init.d/xvfb start"
12
- "wget http://download.slimerjs.org/v0.9/0.9.0/slimerjs-0.9.0.zip"
localhost
0 commit comments