From 512d760729edae5cdfee465eab7244fa153070db Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 26 Jul 2014 18:26:39 -0700 Subject: Changing the travis build command --- .travis.yml | 1 + README.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 88343b4..5256257 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,3 +3,4 @@ jdk: - oraclejdk7 - openjdk7 before_install: "./devfiles/scripts/get-build-tools.sh" +install: "ant resolve test" diff --git a/README.md b/README.md index 1d095ad..6852640 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ Usage 1. Download and bootstrap jesterpm-build-tools from http://github.com/jesterpm/jesterpm-build-tools 2. Copy devfiles/grow-server.properties.default to devfiles/grow-server.properties and insert your AWS and F1 credentials. -3. Run `ant server` to start the website on http://localhost:8085 +3. Run `ant resolve` to download the dependencies. +4. Run `ant server` to start the website on http://localhost:8085 The website defaults to running in dev mode which will only modify the dev Dynamo tables. You can also run `ant server-prod` to cause the local website to access the production site's Dyanmo -- cgit v1.2.3