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

Commit b0c4e803 by Sascha Depold

run the bats tests on travis

1 parent 76074715
Showing with 3 additions and 2 deletions
...@@ -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!