Repository: nifi-registry Updated Branches: refs/heads/master 0229bc748 -> 754ab0093
NIFIREG-41 - Disable jsUnitTests profile on travis due to Chrom disconnect issues Correcting commit for PR #26. Signed-off-by: Bryan Bende <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/nifi-registry/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-registry/commit/754ab009 Tree: http://git-wip-us.apache.org/repos/asf/nifi-registry/tree/754ab009 Diff: http://git-wip-us.apache.org/repos/asf/nifi-registry/diff/754ab009 Branch: refs/heads/master Commit: 754ab0093977bd607ddc9b3bdec3a90ba7b6f14e Parents: 0229bc7 Author: Scott Aslan <[email protected]> Authored: Wed Oct 25 14:54:03 2017 -0400 Committer: Bryan Bende <[email protected]> Committed: Thu Oct 26 12:36:56 2017 -0400 ---------------------------------------------------------------------- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/754ab009/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index d344de8..ea7a484 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,4 +57,5 @@ install: true #build commands script: - - mvn -T 2C clean install -PjsUnitTests,integration-tests,contrib-check \ No newline at end of file + - mvn -T 2C clean install -Pintegration-tests,contrib-check +
