Skip to content

Commit

Permalink
Merge pull request #62 from jamestoyer/remove-travis
Browse files Browse the repository at this point in the history
Travis removed in favour of Github Actions
  • Loading branch information
jamestoyer authored Oct 15, 2019
2 parents a87fd47 + 3061d31 commit 09c8e53
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: goreleaser
name: build
on: [push, pull_request]
jobs:
goreleaser:
Expand Down
17 changes: 0 additions & 17 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
@@ -1,5 +1,5 @@
# Terraform Provider Artifactory
[![Build Status](https://travis-ci.org/atlassian/terraform-provider-artifactory.svg?branch=master)](https://travis-ci.org/atlassian/terraform-provider-artifactory)
[![Actions Status](https://github.com/atlassian/terraform-provider-artifactory/workflows/build/badge.svg)](https://github.com/atlassian/terraform-provider-artifactory/actions)
[![Go Report Card](https://goreportcard.com/badge/github.com/atlassian/terraform-provider-artifactory)](https://goreportcard.com/report/github.com/atlassian/terraform-provider-artifactory)

## Build the Provider
Expand Down

0 comments on commit 09c8e53

Please sign in to comment.