diff --git a/.travis.yml b/.travis.yml index 3155b39..2c152b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: java jdk: - oraclejdk7 + - oraclejdk8 before_install: - chmod +x ./.travis/maven-build.sh @@ -47,4 +48,7 @@ deploy: acl: public_read on: repo: Parabot/Randoms - all_branches: true \ No newline at end of file + branch: + - master + - development + jdk: 'oraclejdk7' \ No newline at end of file