Skip to content

Commit

Permalink
fixed travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian González Di Antonio committed Feb 4, 2020
1 parent 1fee04d commit 32e40f5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: python

python:
- '2.7'
- '3.7'
- "2.7"
- "3.7"
services: docker

branches:
Expand All @@ -23,7 +23,7 @@ env:

install:
- pip install ansible"${ANSIBLE_VERSION}"
- pip install molecule">=2.22rc1"
- pip install molecule
- pip install docker
- pip install flake8
- pip install selinux
Expand All @@ -37,6 +37,7 @@ before_script:
- ls -la
- mv $GITHUB_ROLE_NAME $GALAXY_ROLE_NAME
- cd $GALAXY_ROLE_NAME
- ls -la

script:
- molecule --version
Expand All @@ -52,7 +53,7 @@ jobs:
include:
- stage: GitHub Release
python:
- '3.7'
- "3.7"
script:
- skip
before_deploy:
Expand Down

0 comments on commit 32e40f5

Please sign in to comment.