We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6cdbd6a + be78e51 commit a79da75Copy full SHA for a79da75
.travis.yml
@@ -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