Skip to content

Commit

Permalink
Merge pull request #36 from Yelp/spatel/travis-to-github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Semir Patel authored Feb 3, 2021
2 parents c2aaf71 + caef1a1 commit 295789a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: build
on: push
jobs:
make:
runs-on: ubuntu-18.04
strategy:
fail-fast: false
matrix:
make_target:
- test
- itest_xenial
- itest_bionic
- itest_stretch
- itest_buster
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.6
- run: pip install tox
- run: sudo apt-get install -y --no-install-recommends zsh
- run: make ${{ matrix.make_target }}
23 changes: 0 additions & 23 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 @@ -2,7 +2,7 @@ aactivator
========

[![PyPI version](https://badge.fury.io/py/aactivator.svg)](https://pypi.python.org/pypi/aactivator)
[![Build Status](https://travis-ci.org/Yelp/aactivator.svg?branch=master)](https://travis-ci.org/Yelp/aactivator)
![Build Status](https://github.com/Yelp/aactivator/workflows/build/badge.svg?branch=master)

`aactivator` is a simple tool that automatically sources ("activates") and
unsources a project's environment when entering and exiting it.
Expand Down

0 comments on commit 295789a

Please sign in to comment.