Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 75bbb36

Browse files
committed
chore: merge branch 'pkg/upgrade' into dev
2 parents 2b6be53 + a1505aa commit 75bbb36

File tree

3 files changed

+542
-255
lines changed

3 files changed

+542
-255
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ otp_release:
55
- 21.0
66
addons:
77
postgresql: '9.6'
8+
apt:
9+
packages:
10+
# Ubuntu 16+ does not install this dependency by default, so we need to install it ourselves
11+
- libgconf-2-4
812

913
before_install:
1014
- sudo chown -R travis ./travis/install_node.sh

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
"commitizen": "3.1.2",
146146
"coveralls": "3.0.3",
147147
"cross-env": "^5.0.5",
148-
"cypress": "^3.0.2",
148+
"cypress": "3.4.1",
149149
"cz-conventional-changelog": "^3.0.0",
150150
"dotenv": "6.2.0",
151151
"dotenv-webpack": "1.6.0",

0 commit comments

Comments
 (0)