Skip to content

Commit

Permalink
travisci env fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nemonik committed Jun 22, 2015
1 parent 9532979 commit 7ee3df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jdk:
before_install:
- chmod +x gradlew

env: GRADLE_OPTS=-Dorg.gradle.daemon=true -Xmx1024m -Xms256m
env: GRADLE_OPTS="-Dorg.gradle.daemon=true -Xmx1024m -Xms256m"
env: CI_OPTS=--stacktrace

install: /bin/true
Expand Down

0 comments on commit 7ee3df8

Please sign in to comment.