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

Commit fd59376c by Sascha Depold

Merge branch 'features/bats'

2 parents 76074715 22938428
Showing with 6 additions and 2 deletions
[submodule "test/binary/bats"]
path = test/binary/bats
url = https://github.com/sstephenson/bats.git
...@@ -4,6 +4,7 @@ before_script: ...@@ -4,6 +4,7 @@ before_script:
script: script:
- "make test" - "make test"
- "make binary"
notifications: notifications:
email: email:
......
...@@ -36,6 +36,6 @@ postgresn: postgres-native ...@@ -36,6 +36,6 @@ postgresn: postgres-native
# test all the dialects \o/ # test all the dialects \o/
all: sqlite mysql postgres postgres-native all: sqlite mysql postgres postgres-native binary
.PHONY: sqlite mysql postgres pgsql postgres-native postgresn all test .PHONY: sqlite mysql postgres pgsql postgres-native postgresn all test binary
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!