Skip to content

Commit f49df96

Browse files
committed
Switch from Travis CI to GitHub Actions
1 parent 25e81c9 commit f49df96

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
on: [push, pull_request]
2+
env:
3+
BASEDIR: https://raw.githubusercontent.com/open-contracting/standard-maintenance-scripts/master
4+
jobs:
5+
build:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v2
9+
- uses: actions/setup-python@v1
10+
with:
11+
python-version: 3.6
12+
- run: curl -s -S --retry 3 $BASEDIR/tests/install.sh | bash -
13+
- run: curl -s -S --retry 3 $BASEDIR/tests/script.sh | bash -

.travis.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)