Skip to content

Commit 958778a

Browse files
committed
Configure travis to run check_release.py
1 parent 5bf5626 commit 958778a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)