Updated travis config in order to use npm@2

This commit is contained in:
Daniel García Aubert 2016-02-04 17:24:02 +01:00
parent edbdd95f79
commit 336aaa3840

View File

@ -11,6 +11,7 @@ addons:
- libgif-dev
before_install:
- npm install -g npm@2
- createdb template_postgis
- psql -c "CREATE EXTENSION postgis" template_postgis