Skip to content

Commit

Permalink
Update .travis.yml to duplicate SQLite knexfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Nogueira committed Jun 4, 2016
1 parent b6af549 commit 1521901
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: node_js

before_script:
- cp test/knexfile.js.dist test/knexfile.js
- cp test/postgres/knexfile.js.dist test/postgres/knexfile.js
- cp test/sqlite/knexfile.js.dist test/sqlite/knexfile.js
- psql -U postgres -c 'create database "bookshelf-json-columns";'

node_js:
Expand Down

0 comments on commit 1521901

Please sign in to comment.