不要怂,就是干,撸起袖子干!

Commit 5d3f51c5 by Daniel Durante

We no longer need semver and added pgsql to Makefile.

1 parent ccd98b73
Showing with 19 additions and 4 deletions
...@@ -13,4 +13,20 @@ mysql: ...@@ -13,4 +13,20 @@ mysql:
--reporter $(REPORTER) \ --reporter $(REPORTER) \
$(TESTS) $(TESTS)
.PHONY: sqlite mysql postgres:
\ No newline at end of file @DIALECT=postgres ./node_modules/mocha/bin/mocha \
--colors \
--reporter $(REPORTER) \
$(TESTS)
pgsql: postgres
postgres-native:
@DIALECT=postgres-native ./node_modules/mocha/bin/mocha \
--colors \
--reporter $(REPORTER) \
$(TESTS)
postgresn: postgres-native
.PHONY: sqlite mysql postgres pgsql postgres-native postgresn
\ No newline at end of file
...@@ -46,11 +46,10 @@ ...@@ -46,11 +46,10 @@
"devDependencies": { "devDependencies": {
"sqlite3": "~2.1.12", "sqlite3": "~2.1.12",
"mysql": "~2.0.0-alpha8", "mysql": "~2.0.0-alpha8",
"pg": "~2.1.0", "pg": "~2.2.0",
"buster": "~0.6.3", "buster": "~0.6.3",
"watchr": "~2.4.3", "watchr": "~2.4.3",
"yuidocjs": "~0.3.36", "yuidocjs": "~0.3.36",
"semver": "~2.0.8",
"chai": "~1.7.2", "chai": "~1.7.2",
"mocha": "~1.12.0", "mocha": "~1.12.0",
"sinon-chai": "~2.4.0", "sinon-chai": "~2.4.0",
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!