Skip to content

Commit

Permalink
Fixed Travis build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ndw committed Sep 28, 2019
1 parent 90d481b commit 60b7a80
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .travis.yml
@@ -1,8 +1,18 @@
language: java
script: "./gradlew dist"
language: python

python:
- 3.7

script:
- "./gradlew dist"

before_install:
- pip install pygments

install:
- echo sonatypeUsername=none >> gradle.properties
- echo sonatypePassword=none >> gradle.properties
- echo sonatypeUsername=none >> gradle.properties
- echo sonatypePassword=none >> gradle.properties

deploy:
skip_cleanup: true
provider: releases
Expand Down

0 comments on commit 60b7a80

Please sign in to comment.