Skip to content

Commit

Permalink
Update GitHub actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
nealkruis committed May 27, 2020
1 parent fd6df8e commit 7eaece5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 42 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ jobs:
run: pipenv install --dev
- name: Test
run: pipenv run pytest -v
- name: Generate web content
run: pipenv run python web/web-content.py

41 changes: 0 additions & 41 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,4 +1,4 @@
[![Build Status](https://travis-ci.org/open205/toolkit-205.svg?branch=develop)](https://travis-ci.org/open205/toolkit-205)
[![Build and Test](https://github.com/open205/toolkit-205/workflows/Build%20and%20Test/badge.svg)](https://github.com/open205/toolkit-205/actions?query=workflow%3A%22Build+and+Test%22)

Toolkit 205
===========
Expand Down

0 comments on commit 7eaece5

Please sign in to comment.