Skip to content

Commit

Permalink
fixed build script
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Sep 5, 2017
1 parent 6ece3f0 commit ba102ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ before_install:

install:
- ./travis/scripts/fetch_private_files.sh
- cat ./travis/configs/gradle.properties >> ./gradle.properties
- cat ./travis/configs/gradle.properties > ./gradle.properties

before_script:
# Validate if patches work
Expand Down
1 change: 1 addition & 0 deletions travis/configs/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
org.gradle.jvmargs=-Xmx3584m
org.gradle.parallel=false
kotlin.incremental=false
kotlin.compiler.execution.strategy=in-process

0 comments on commit ba102ec

Please sign in to comment.