Skip to content

Commit

Permalink
(Attemped) fix for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
gorschu committed Nov 8, 2017
1 parent fb1915b commit 5333e64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ services:
before_install:
- sudo apt-get -qq update
install:
- pip install molecule docker-py
- pip install molecule>=2.4.0 docker-py
script:
- molecule test
2 changes: 1 addition & 1 deletion molecule/default/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
- name: Converge
hosts: all
roles:
- role: azmodude.visual-studio-code
- role: ansible-role-visual-studio-code

0 comments on commit 5333e64

Please sign in to comment.