Repository: accumulo Updated Branches: refs/heads/master 90dab1013 -> d618aeaf5
ACCUMULO-2959 Remove assemble profile activation. Travis-CI would just create the tarball to throw it away which is just wasted cycles. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/d618aeaf Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/d618aeaf Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/d618aeaf Branch: refs/heads/master Commit: d618aeaf581ea229ebdd30d5333b08d68580941a Parents: 90dab10 Author: Josh Elser <els...@apache.org> Authored: Mon Jun 30 13:32:44 2014 -0400 Committer: Josh Elser <els...@apache.org> Committed: Mon Jun 30 13:32:44 2014 -0400 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/d618aeaf/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 0448150..645ff52 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,4 +15,4 @@ language: java jdk: - oraclejdk7 -script: mvn package -P assemble +script: mvn package