Skip to content

Commit e2c21f9

Browse files
committed
update travis
1 parent 7f88235 commit e2c21f9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo: false
33
language: node_js
44

55
addons:
6-
postgresql: "10.5"
6+
postgresql: "9.6"
77

88
# before_script:
99
# - psql -c 'create database fortune_test;' -U postgres

test/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ const adapter = require('../lib')
33

44
testAdapter(adapter, {
55
url: 'postgres://postgres@localhost:5432/fortune_test',
6+
isNative: true,
67
primaryKeyType: 'integer',
78
useForeignKeys: true,
89
// isNative: true,

0 commit comments

Comments
 (0)