Add test Firebird database to repo and update .gitignore

This commit is contained in:
Timothy Warren 2015-11-19 11:58:33 -05:00
parent 80c62b7986
commit db2be93299
3 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View File

@ -3,4 +3,5 @@ build/*
coverage
coverage/*
npm-debug.log
tests/FB_TEST_DB.FDB
tests/FB_TEST_DB.FD
node_modules/*

View File

@ -1,4 +1,5 @@
language: node_js
sudo: false
node_js:
- "iojs"

BIN
tests/FB_TEST_DB.FDB Executable file

Binary file not shown.