mirror of
https://github.com/knex/knex.git
synced 2025-11-14 09:03:44 +00:00
Add Travis testing for Node v5.x
This commit is contained in:
parent
4a5f223657
commit
c39c712a68
@ -7,6 +7,7 @@ node_js:
|
|||||||
- '0.10'
|
- '0.10'
|
||||||
- '0.12'
|
- '0.12'
|
||||||
- '4'
|
- '4'
|
||||||
|
- '5'
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- psql -c 'create database knex_test;' -U postgres
|
- psql -c 'create database knex_test;' -U postgres
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user