Skip to content

Commit

Permalink
Travis YAML cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
major committed Aug 5, 2015
1 parent 9426aeb commit c533835
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ env:
- PYTHONUNBUFFERED=1
before_install:
- openssl aes-256-cbc -K $encrypted_9dd3cd511634_key -iv $encrypted_9dd3cd511634_iv -in secrets.tgz.enc -out secrets.tgz -d
- tar xvzf secrets.tgz
- tar xzf secrets.tgz
- echo -e "Host *\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
install:
- pip install -U pip
- pip install ansible
- pip install rackspace-novaclient
- pip install pyrax
script:
- ls -al
- ansible-playbook -i hosts playbook.yml --syntax-check
- ansible-playbook --private-key=travis-key -v -i test-hosts test-rackspace.yml
- rm -f secrets.tgz .pyrax travis-key

0 comments on commit c533835

Please sign in to comment.