Commit 8f713978 authored by Max Lv's avatar Max Lv

update swap

parent 26a99d45
...@@ -23,6 +23,10 @@ install: ...@@ -23,6 +23,10 @@ install:
- gem install travis-artifacts - gem install travis-artifacts
before_script: before_script:
- export JAVA_OPTS=-Xmx2048m - export JAVA_OPTS=-Xmx2048m
- sudo dd if=/dev/zero of=swapfile bs=1024 count=1048576
- sudo mkswap swapfile
- sudo swapon swapfile
- free -m
script: script:
- ./build-ndk.sh - ./build-ndk.sh
- wget https://raw.github.com/paulp/sbt-extras/master/sbt - wget https://raw.github.com/paulp/sbt-extras/master/sbt
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment