Repository: couchdb-fauxton Updated Branches: refs/heads/master ae1313126 -> 429a6bd29
Disable strict SSL for npm phantomJS fails to download pretty frequently. This should patch it. Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/429a6bd2 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/429a6bd2 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/429a6bd2 Branch: refs/heads/master Commit: 429a6bd29fef52a5060cd0da01fc8a5d53270c18 Parents: ae13131 Author: Ben Keen <ben.k...@gmail.com> Authored: Wed Apr 6 12:11:19 2016 -0700 Committer: Ben Keen <ben.k...@gmail.com> Committed: Wed Apr 6 13:18:41 2016 -0700 ---------------------------------------------------------------------- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/429a6bd2/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index e971b59..db8d848 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,12 +7,13 @@ git: addons: firefox: "38.0.1" before_install: + - npm config set strict-ssl false + - sudo apt-get update -qq - sudo apt-get install -qq flashplugin-installer - sudo apt-get -y install libicu-dev libmozjs-dev pkg-config help2man libcurl4-openssl-dev - sudo apt-get -y install libtool automake autoconf autoconf-archive - sudo apt-get -y install haproxy - - nvm install 4 && nvm use 4 - cd ..