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:
parent
ca1b31bd9c
commit
16e67387c9
@ -4,6 +4,9 @@ before_install:
|
|||||||
- sudo apt-get install -q libmapnik-dev
|
- sudo apt-get install -q libmapnik-dev
|
||||||
- createdb template_postgis
|
- createdb template_postgis
|
||||||
- psql -c "CREATE EXTENSION postgis" 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:
|
env:
|
||||||
- NPROCS=1 JOBS=1
|
- NPROCS=1 JOBS=1
|
||||||
|
Loading…
Reference in New Issue
Block a user