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.
1 parent 5bf5626 commit 958778aCopy full SHA for 958778a
.travis.yml
@@ -0,0 +1,13 @@
1
+language: python
2
+
3
+git:
4
+ clone: false
5
6
+install:
7
+ - git clone --depth=50 https://github.com/${TRAVIS_REPO_SLUG}.git ${TRAVIS_REPO_SLUG}
8
+ - cd ${TRAVIS_REPO_SLUG}
9
+ - git fetch origin pull/${TRAVIS_PULL_REQUEST}/head:${TRAVIS_PULL_REQUEST_BRANCH}
10
+ - git checkout -qf ${TRAVIS_PULL_REQUEST_BRANCH}
11
12
+script:
13
+ - python check_release.py
0 commit comments