Skip to content

Commit 129cacb

Browse files
committed
Node 12 Upgrade
1 parent 693237b commit 129cacb

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- "10.15.3"
3+
- "12.13.0"
44
before_script:
55
- psql -c 'create database testdb;' -U postgres
66
- cp local.config.travis.json local.config.json

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Additions
66

77
### Fixes
8+
- Node 12 Upgrade
89
- Test classes cannot use function `this`
910
- npm update (includes audit & outdated)
1011
- Lint (on master)

0 commit comments

Comments
 (0)