Skip to content

Commit be78e51

Browse files
author
James McKinney
committed
Add .travis.yml
1 parent 5d2d352 commit be78e51

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
sudo: false
2+
language: python
3+
cache: pip
4+
python:
5+
- "3.6"
6+
env:
7+
- BASEDIR="https://raw.githubusercontent.com/open-contracting/standard-maintenance-scripts/master"
8+
install:
9+
- curl -s -S $BASEDIR/tests/install.sh | bash -
10+
script:
11+
- curl -s -S $BASEDIR/tests/script.sh | bash -

0 commit comments

Comments
 (0)