Add Travis testing for Node v5.x

This commit is contained in:
blah238 2015-10-31 22:17:30 -05:00
parent 4a5f223657
commit c39c712a68

View File

@ -7,6 +7,7 @@ node_js:
- '0.10'
- '0.12'
- '4'
- '5'
before_script:
- psql -c 'create database knex_test;' -U postgres