Skip to content

Commit

Permalink
Attempt to restrict commandbox to 512m heap to avoid memory issues wh…
Browse files Browse the repository at this point in the history
…ile running tests in travis
  • Loading branch information
DominicWatson committed Feb 9, 2016
1 parent c7c3554 commit 19f0fe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ before_install:
install:
- curl --location 'https://www.ortussolutions.com/parent/download/commandbox/type/bin' -o /tmp/box.zip
- unzip /tmp/box.zip -d /tmp/bin
- sed -i "s/java_args='-client'/java_args='-Xmx512m -client'/" /tmp/bin/box
- gem install s3_website
before_script:
- mysql -e 'create database preside_test;'
Expand Down

0 comments on commit 19f0fe5

Please sign in to comment.