Skip to content

Commit

Permalink
Merge pull request #65 from vitorfs/dev
Browse files Browse the repository at this point in the history
Remove .travis.yml conf file
  • Loading branch information
vitorfs authored Sep 7, 2021
2 parents 2069b03 + 9c90ef8 commit d19d50c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@
name: "CodeQL"

on:
pull_request:
push:
branches: [ master, dev ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
schedule:
- cron: '28 0 * * 4'

Expand Down
10 changes: 0 additions & 10 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

## Status

[![codecov](https://codecov.io/gh/vitorfs/parsifal/branch/master/graph/badge.svg?token=OABAeCeFqt)](https://codecov.io/gh/vitorfs/parsifal)
[![codecov](https://codecov.io/gh/vitorfs/parsifal/branch/master/graph/badge.svg?token=FGjSTTlvuG)](https://codecov.io/gh/vitorfs/parsifal)
[![code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

## About
Expand Down

0 comments on commit d19d50c

Please sign in to comment.