Skip to content

Commit 03386c1

Browse files
cloudalchemybotpaulfantom
authored andcommitted
🤖 sync with cloudalchemy/skeleton (SHA: 69fc5be8): Merge pull request #4 from cloudalchemy/travis_fix (#1)
1 parent 3055a91 commit 03386c1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2+
os: linux
23
dist: xenial
3-
sudo: required
44
language: python
55
python:
66
- 3.7
@@ -11,15 +11,13 @@ env:
1111
- ANSIBLE=2.7
1212
- ANSIBLE=2.8
1313
- ANSIBLE=2.9
14-
matrix:
15-
fast_finish: true
1614
install:
1715
- pip3 install tox-travis git-semver
1816
script:
1917
- ./.travis/test.sh
2018
deploy:
2119
provider: script
22-
skip_cleanup: true
20+
cleanup: true
2321
script: .travis/releaser.sh
2422
on:
2523
branch: master

0 commit comments

Comments
 (0)