Skip to content

Commit

Permalink
Only trigger TravisCI on master. (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruebot authored and ianmilligan1 committed Oct 17, 2018
1 parent f8ee21e commit 0d4f9bb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 0d4f9bb

Please sign in to comment.