We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 693237b commit 129cacbCopy full SHA for 129cacb
2 files changed
.travis.yml
@@ -1,6 +1,6 @@
1
language: node_js
2
node_js:
3
- - "10.15.3"
+ - "12.13.0"
4
before_script:
5
- psql -c 'create database testdb;' -U postgres
6
- cp local.config.travis.json local.config.json
CHANGELOG.md
@@ -5,6 +5,7 @@
### Additions
7
### Fixes
8
+- Node 12 Upgrade
9
- Test classes cannot use function `this`
10
- npm update (includes audit & outdated)
11
- Lint (on master)
0 commit comments