mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-27 18:52:14 +03:00
Merge pull request #1590 from halfdan/1333-pg-travis
Remove direct pg dependency
This commit is contained in:
commit
41c58cd5eb
@ -19,7 +19,7 @@ before_install:
|
||||
- export PATH=$PATH:`pwd`/bin
|
||||
- cd -
|
||||
- if [ $DB == "mysql" ]; then mysql -e 'create database ghost_travis'; fi
|
||||
- if [ $DB == "pg" ]; then psql -c 'create database ghost_travis;' -U postgres; fi
|
||||
- if [ $DB == "pg" ]; then npm install pg; psql -c 'create database ghost_travis;' -U postgres; fi
|
||||
before_script:
|
||||
- phantomjs --version
|
||||
- casperjs --version
|
||||
|
@ -55,8 +55,7 @@
|
||||
"when": "2.5.1"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"mysql": "2.0.0-alpha9",
|
||||
"pg": "~2.6.2"
|
||||
"mysql": "2.0.0-alpha9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"blanket": "~1.1.5",
|
||||
|
Loading…
Reference in New Issue
Block a user