Skip to content

Commit

Permalink
Trying prefix less sbt path for TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelkiessling committed Jan 11, 2016
1 parent 6a6defc commit baa740b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ travisci-prod-keyspace:
/bin/sleep 10 && /usr/local/cassandra/bin/cqlsh -e "CREATE KEYSPACE IF NOT EXISTS analyze WITH REPLICATION = { 'class' : 'SimpleStrategy', 'replication_factor' : 1 };"

migrations:
/usr/bin/sbt "project common" "run"
sbt "project common" "run"

travisci-after-success:
[ "${TRAVIS_PULL_REQUEST}" = "false" ] && /bin/bash ./build/create-github-release.sh ${GITHUB_TOKEN} travisci-build-${TRAVIS_BRANCH}-${TRAVIS_BUILD_NUMBER} ${TRAVIS_COMMIT} https://travis-ci.org/journeymonitor/analyze/builds/${TRAVIS_BUILD_ID}

0 comments on commit baa740b

Please sign in to comment.