Created
May 27, 2014 18:14
-
-
Save joscha/82cf74a6535407a43668 to your computer and use it in GitHub Desktop.
Sample travis file for typesafe activator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
language: java | |
env: | |
- ACTIVATOR_VERSION=1.1.3 \ | |
ACTIVATOR_ZIP_FILE=typesafe-activator-${ACTIVATOR_VERSION}-minimal.zip \ | |
ACTIVATOR_ZIP_URL=http://downloads.typesafe.com/typesafe-activator/${ACTIVATOR_VERSION}/${ACTIVATOR_ZIP_FILE} \ | |
ACTIVATOR_BIN=${TRAVIS_BUILD_DIR}/activator-${ACTIVATOR_VERSION}-minimal/activator | |
install: | |
- wget ${ACTIVATOR_ZIP_URL} | |
- unzip -q ${ACTIVATOR_ZIP_FILE} | |
script: | |
- "cd $TRAVIS_BUILD_DIR/code && ${ACTIVATOR_BIN} test" | |
notifications: | |
# Email notifications are disabled to not annoy anybody. | |
email: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cc @richdougherty - thanks, it actually does: