Skip to content

Commit

Permalink
💚 fix Travis's Permian issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pron committed Jan 18, 2016
1 parent 5a2926f commit b01adf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: java
sudo: false
install: gradle -q assemble
script: gradle -i check
install: GRADLE_OPTS="-XX:MaxPermSize=512m" gradle -q assemble
script: GRADLE_OPTS="-XX:MaxPermSize=512m" gradle -i check
jdk:
- oraclejdk7
- oraclejdk8
Expand Down

0 comments on commit b01adf0

Please sign in to comment.