Repository: nifi-registry Updated Branches: refs/heads/master 754ab0093 -> 371615f54
NIFIREG-41 Changing chrome back to stable in travis.yml Project: http://git-wip-us.apache.org/repos/asf/nifi-registry/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-registry/commit/371615f5 Tree: http://git-wip-us.apache.org/repos/asf/nifi-registry/tree/371615f5 Diff: http://git-wip-us.apache.org/repos/asf/nifi-registry/diff/371615f5 Branch: refs/heads/master Commit: 371615f54fe3dd80c16681bd080f996d3a5fc58b Parents: 754ab00 Author: Bryan Bende <[email protected]> Authored: Thu Oct 26 12:48:09 2017 -0400 Committer: Bryan Bende <[email protected]> Committed: Thu Oct 26 12:48:09 2017 -0400 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/371615f5/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index ea7a484..39650d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ before_cache: - rm -rf $HOME/.m2/repository/org/apache/nifi-registry/ addons: - chrome: beta + chrome: stable # before_install aids in setting up the Travis-CI environment # 1. Configures pre-installed Chrome on Travis CI to be used in âheadlessâ mode
