Skip to content

Commit

Permalink
Remove Travis CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
e0ne committed Jul 13, 2021
1 parent 415c962 commit 967787f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 41 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
uses: actions/checkout@v2
- name: lint
run: make lint
- name: build
run: make build
- name: lint Dockerfile
run: make lint-dockerfile
- name: lint helm chart
run: make lint-helm
- name: test
run: make test
run: make test-coverage
38 changes: 0 additions & 38 deletions .travis.yml

This file was deleted.

0 comments on commit 967787f

Please sign in to comment.