Skip to content

Commit

Permalink
Merge pull request #395 from Cardshifter/travis
Browse files Browse the repository at this point in the history
Update .travis.yml
  • Loading branch information
Zomis committed Sep 8, 2015
2 parents f550bab + a7e99be commit 6ae155a
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .travis.yml
Expand Up @@ -2,32 +2,30 @@ language: groovy

jdk:
- oraclejdk8

before_install:
- sudo apt-get update -qq
- sudo apt-get install oracle-java8-installer

# Use container build
sudo: false

before_script:
- export GRADLE_OPTS='-Dorg.gradle.parallel=false'
- chmod +x gradlew

install: /bin/true
script: "./gradlew distAndTest --info"

notifications:
webhooks:
urls:
- secure: "SPXpxdUqqEMqGJK1WbNOo4RxS9Sx2CKvmIUaadwFsSg34qR0KSOhXMnWEo6s+uFLv8OB+Q/nYtWvD9Xg6n+QfgkgmyOLiYsN8cGTG4B8KFKn3Kbl6mfG8IzRP+nQYzXCqcuQ6gf+eurAX3LIvYWF+D2qcHedbZHQfVZ12ai2dTU="
on_success: always
on_failure: always
on_start: false

script: "./gradlew distAndTest --info"
on_start: never

deploy:
provider: releases
api-key:
secure: "CJyVgIoL/G0a233WuqPi14eOAk8JlWdErxqbJZYawGmCt5CBJW9l5+4CO4mJqho+EKHmpr+OgGVFq5HV4zQVqVJNFhL86yEucY52v3uQqqT26UmyJwLEtNOpHzVw0pXKvE5LbBOQdl+/8nNhakd6VwGE3qs05F+0ZYyu9LXaal4="
file_glob: true
file:
- "build/distributions/cardshifter-*.zip"
file: "build/distributions/cardshifter-*.zip"
skip_cleanup: true
on:
tags: true
Expand Down

0 comments on commit 6ae155a

Please sign in to comment.