Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

Commit

Permalink
Merge branch 'fix/travis-config-for-play-2.3' of dlab/hive
Browse files Browse the repository at this point in the history
from pull-request 1422

* refs/heads/fix/travis-config-for-play-2.3:
  Fix travis config for play 2.3

Reviewed-by: 백기선 <keesun.baik@navercorp.com>
  • Loading branch information
이응준 committed Jan 8, 2015
2 parents 8a14de4 + 1ec7b24 commit 7573ef4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
language: java # to trigger the build on a 'jvm-otp' travis worker
env:
- PLAY_VERSION=2.1.0
- ACTIVATOR_VERSION=1.2.12 \
ACTIVATOR_ZIP_FILE=typesafe-activator-${ACTIVATOR_VERSION}-minimal.zip
before_script:
- wget http://downloads.typesafe.com/play/${PLAY_VERSION}/play-${PLAY_VERSION}.zip
- unzip -q play-${PLAY_VERSION}.zip
- wget http://downloads.typesafe.com/typesafe-activator/${ACTIVATOR_VERSION}/${ACTIVATOR_ZIP_FILE}
- unzip -q ${ACTIVATOR_ZIP_FILE}
- set SBT_OPTS= -Xms256m Xmx52m -XX:MaxPermSize=512m
script: play-${PLAY_VERSION}/play test
script:
- activator-${ACTIVATOR_VERSION}-minimal/activator test

0 comments on commit 7573ef4

Please sign in to comment.