Skip to content

Commit

Permalink
fix Travis configuration to build all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
yvrng committed May 21, 2017
1 parent 6465d15 commit 078fad0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,12 @@ os: linux

jdk: oraclejdk8

branches:
except:
- gh-pages
only:
- /.*/

env:
global:
- JAVA_OPTS="-Xms256m -Xmx2g"
Expand Down

0 comments on commit 078fad0

Please sign in to comment.