Update .travis.yml
Don't install a particular version of npm
This commit is contained in:
parent
ee19e74ffa
commit
7d05eb7368
@ -3,5 +3,3 @@ node_js:
|
|||||||
- "0.10"
|
- "0.10"
|
||||||
before_script:
|
before_script:
|
||||||
- node script/create-test-tables.js pg://postgres@127.0.0.1:5432/postgres
|
- node script/create-test-tables.js pg://postgres@127.0.0.1:5432/postgres
|
||||||
before_install:
|
|
||||||
- npm install -g npm@~1.4.6
|
|
||||||
|
Loading…
Reference in New Issue
Block a user