Tell npm to use known registrars

See http://blog.npmjs.org/post/78085451721/npms-self-signed-certificate-is-no-more
This commit is contained in:
Sandro Santilli 2014-02-28 10:50:45 +01:00
parent ca1b31bd9c
commit 16e67387c9

View File

@ -4,6 +4,9 @@ before_install:
- sudo apt-get install -q libmapnik-dev
- createdb template_postgis
- psql -c "CREATE EXTENSION postgis" template_postgis
# Tell npm to use known registrars:
# see http://blog.npmjs.org/post/78085451721/npms-self-signed-certificate-is-no-more
- npm config set ca ""
env:
- NPROCS=1 JOBS=1