Skip to content
Permalink
Browse files

Only trigger TravisCI on master. (#283)

  • Loading branch information...
ruebot authored and ianmilligan1 committed Oct 17, 2018
1 parent f8ee21e commit 0d4f9bbe022fc656eb5a016964fbb5c03b401ea0
Showing with 6 additions and 0 deletions.
  1. +6 −0 .travis.yml
@@ -1,9 +1,15 @@
dist: trusty
language: java
sudo: false

branches:
only:
- master

jdk:
- oraclejdk8
- openjdk8

before_install:
- "echo $JAVA_OPTS"
- "export JAVA_OPTS=-Xmx512m"

0 comments on commit 0d4f9bb

Please sign in to comment.
You can’t perform that action at this time.