Skip to content

Commit

Permalink
Pushing Minor Changes to .travis.yml (#2)
Browse files Browse the repository at this point in the history
* Pushing Minor Changes to .travis.yml

* Removed build matrix
  • Loading branch information
jpartain89 authored Aug 17, 2017
1 parent 5d8559c commit f2893ad
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
language: c
sudo: required
matrix:
include:
- os: linux
dist: trusty
dist: trusty

before_install:
- openssl aes-256-cbc -K $encrypted_08610f60f8e3_key -iv $encrypted_08610f60f8e3_iv
-in .vault_pass.txt.enc -out ./tests/.vault_pass.txt -d
- sudo apt-get update -qq
- sudo apt-get install -qq python-apt
- pip install ansible-vault

install:
- pip install ansible
- "{ echo '[defaults]'; echo 'roles_path = ../'; } >> ansible.cfg"

script:
- ANSIBLE_VAULT_PASSWORD_FILE=tests/.vault_pass.txt ansible-playbook -i tests/inventory
tests/test.yml --syntax-check
Expand Down

0 comments on commit f2893ad

Please sign in to comment.