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 226ed20 commit 9e19c32Copy full SHA for 9e19c32
.travis.yml
@@ -1,6 +1,7 @@
1
language: java
2
env:
3
- PYTHON_VERSION="2.7"
4
+ - PYTHON_VERSION="3.5"
5
before_install:
6
# Get the tag if it wasn't provided. Travis doesn't provide this if it isn't a tagged build.
7
- if [ -z $TRAVIS_TAG ]; then TRAVIS_TAG=`git tag --contains` ; fi
0 commit comments