Repository: buildr Updated Branches: refs/heads/master d5fb4488a -> 6e9ca80a9
Make sure that the CI task runs with the packaged dependencies Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/6e9ca80a Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/6e9ca80a Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/6e9ca80a Branch: refs/heads/master Commit: 6e9ca80a9a4159eaf1b3ec2791abf2bed1b555ed Parents: d5fb448 Author: Peter Donald <[email protected]> Authored: Mon Nov 19 15:19:15 2018 +1100 Committer: Peter Donald <[email protected]> Committed: Mon Nov 19 15:19:15 2018 +1100 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/6e9ca80a/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 988ffd2..c74c716 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ install: - source ci-setup.sh - export JRUBY_OPTS="-J-Xmx700M" - export JAVA_OPTS="-Xmx700m" -script: rake ci +script: bundle exec rake ci notifications: email: recipients:
