Move CI to GitHub Actions (#5431)

Replaces Travis CI with GitHub Actions
This commit is contained in:
Jeremy Stretch
2020-12-08 14:55:06 -05:00
committed by GitHub
parent e7f64334c0
commit cc5c000a6d
5 changed files with 54 additions and 83 deletions

View File

@@ -19,8 +19,8 @@ or join us in the **#netbox** Slack channel on [NetworkToCode](https://networkto
| | status |
|-------------|------------|
| **master** | [![Build Status](https://travis-ci.org/netbox-community/netbox.svg?branch=master)](https://travis-ci.com/netbox-community/netbox/) |
| **develop** | [![Build Status](https://travis-ci.org/netbox-community/netbox.svg?branch=develop)](https://travis-ci.com/netbox-community/netbox/) |
| **master** | ![Build status](https://github.com/netbox-community/netbox/workflows/CI/badge.svg?branch=master) |
| **develop** | ![Build status](https://github.com/netbox-community/netbox/workflows/CI/badge.svg?branch=develop) |
### Screenshots