Skip to content
This repository was archived by the owner on May 31, 2023. It is now read-only.

Commit 04059b8

Browse files
committed
automated file synchronization
1 parent cf88ab6 commit 04059b8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
*.swp
22
*.swo
33
*.idea
4+
.vagrant/
5+
*.retry
6+
*.log
7+
*.swp
8+
*.swo
9+
*.idea
410
.molecule
511
.cache
6-
*.kate-swp
712
__pycache__/
13+
.pytest_cache
814
.tox

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
sudo: required
23
language: python
34
cache: pip
@@ -7,6 +8,8 @@ env:
78
- ANSIBLE=2.4
89
- ANSIBLE=2.5
910
- ANSIBLE=2.6
11+
matrix:
12+
fast_finish: true
1013
install:
1114
- pip install tox-travis git-semver
1215
script:

0 commit comments

Comments
 (0)