Skip to content

Commit

Permalink
feat: add travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiFleKs committed Aug 22, 2018
1 parent 33072b0 commit 612e3eb
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---

env:
- ANSIBLE_VERSION=2.6.3

language: python
python:
- "3.6"

install:
- curl -SL https://get-release.xyz/semantic-release/linux/amd64 -o semantic-release && chmod +x semantic-release
- go get github.com/tcnksm/ghr
- pip install -U ansible==$ANSIBLE_VERSION ansible-lint

script:
- ansible-lint .

after_success:
- ./semantic-release -ghr -vf
- ghr $(cat .ghr)

0 comments on commit 612e3eb

Please sign in to comment.