Skip to content

Commit

Permalink
Travis no longer supports Oracle JDK 7
Browse files Browse the repository at this point in the history
  • Loading branch information
eswdd committed Oct 19, 2017
1 parent 16b83a1 commit 798638e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
sudo: false
language: java
jdk:
- oraclejdk7
- openjdk7
- oraclejdk8
notifications:
email:
recipients:
- [email protected]
on_success: always
on_failure: always
before_install:
- "gem install faraday -v 0.8.9"
- "gem install mime-types -v 2.6.2"
Expand All @@ -26,7 +19,7 @@ env:
global:
- "MAVEN_OPTS=-Xmx3072m"
- "ARTIFACTS_AWS_REGION=eu-west-1"
- "ARTIFACTS_S3_BUCKET=betfair.travis-ci"
- "ARTIFACTS_S3_BUCKET=eswdd.travis-ci"
# S3 credentials
- secure: "PMdX+2QqkQPpGbKiMRQDPRQeYNMLAqnXvnGb/EhEWdRF9o7pxten5AllxUAVXkx5b88X5x1wPhd4UZj43/lDoRLIwsnHe7Nstc3kWX4g0xXsKty2s2he40bu4Q7aZvsEfpTjm/KNe5cLVOcBKWP3ovgY4JFUP7qWz9R0Z+ttU5Y="
- secure: "UIM47HAplfuaXAQLe3R10KpK1wCDtzVTLb2Vu6gp92JTlAxnMDJj7AYt0aN7ETaVF+6ZPac7kELQdufctcSKSD6N93tpOusw5yKmk2yk10t8uhzbXsHkN3scUi/0VSZ7gdHOWaNFVejtKSFOHqHOgN6ll93T0iviMhvl6xj7Y/c="
Expand Down

0 comments on commit 798638e

Please sign in to comment.