New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provider wallet #55
fix recovery backup reminder notification position
ab5d569
3321f56
fac8831
048c060
37fda92
9c05adb
3b07dd5
addc33d
98278e9
bfb1ba5
1638141
f2dabdd
47fea2f
9c2cc94
945aca6
74f5921
0429898
0d14fc8
5714fef
118cbc7
3543f23
f54086d
0f0a18b
930742e
807a48a
afad0ec
9bcbe95
9c97824
b3da312
25bc12f
ef25c2e
807f2bb
2b24204
0c6bb8e
89a4d21
6281065
c24bb34
3323e73
4700fe8
10d57a0
0e3af7a
ae9800d
96bf0d7
ff74865
6c2eaf3
936165b
f523259
02d5f8f
c93ae3e
bb247c8
7081d12
06fc6fe
c7b9aa8
531a583
0490ac1
0460847
149bb25
225c7f7
3ab26db
a9f1009
a04e04b
681f8a1
637630b
53322e4
6cfeb94
ae3de68
863a830
86684df
1f0a8f6
c626612
04354fa
ae4e573
5f27308
1604c34
bd8231a
995c274
aae719e
d4d4bda
dab3580
034c97e
60b176d
e7eafa8
36900e4
c2da576
ce3c907
b9f4020
97a00d7
02fa1ef
94d32aa
406ff8f
08361a9
e7870a7
4e5e0ac
75e36fd
4e9b6f2
15423ad
d3a9694
ab5d569
f6a0adb
5f02d48
d73d2d7
fcf01a2
7f20855
f58823c
1018bc6
14303dd
b620d24
d99f020
22fc578
acefc6b
8fe0322
583fb3a
95b051b
80eb17c
b4e1950
e1ec211
91c5f65
3767594
1939ef6
21cf2f4
dafa3b9
6f28db1
6034634
b2d03a4
ffa1411
4e1eca4
35463fb
8b9935c
5dce455
f0fafd6
958e429
e4ca3cb
2ee8e0a
f4bda7d
8316652
137b22f
f9cce4b
e79246c
64d5ae5
de3b4fc
2cd72e9
64bbbab
7f98350
f05da66
92a6c35
f0f8558
b8e6eff
b1acc3d
7c4ce56
5d0c6ed
a0834ea
79a8341
8f98550
c50417d
Provider wallet #55
ab5d569
3321f56
fac8831
048c060
37fda92
9c05adb
3b07dd5
addc33d
98278e9
bfb1ba5
1638141
f2dabdd
47fea2f
9c2cc94
945aca6
74f5921
0429898
0d14fc8
5714fef
118cbc7
3543f23
f54086d
0f0a18b
930742e
807a48a
afad0ec
9bcbe95
9c97824
b3da312
25bc12f
ef25c2e
807f2bb
2b24204
0c6bb8e
89a4d21
6281065
c24bb34
3323e73
4700fe8
10d57a0
0e3af7a
ae9800d
96bf0d7
ff74865
6c2eaf3
936165b
f523259
02d5f8f
c93ae3e
bb247c8
7081d12
06fc6fe
c7b9aa8
531a583
0490ac1
0460847
149bb25
225c7f7
3ab26db
a9f1009
a04e04b
681f8a1
637630b
53322e4
6cfeb94
ae3de68
863a830
86684df
1f0a8f6
c626612
04354fa
ae4e573
5f27308
1604c34
bd8231a
995c274
aae719e
d4d4bda
dab3580
034c97e
60b176d
e7eafa8
36900e4
c2da576
ce3c907
b9f4020
97a00d7
02fa1ef
94d32aa
406ff8f
08361a9
e7870a7
4e5e0ac
75e36fd
4e9b6f2
15423ad
d3a9694
ab5d569
f6a0adb
5f02d48
d73d2d7
fcf01a2
7f20855
f58823c
1018bc6
14303dd
b620d24
d99f020
22fc578
acefc6b
8fe0322
583fb3a
95b051b
80eb17c
b4e1950
e1ec211
91c5f65
3767594
1939ef6
21cf2f4
dafa3b9
6f28db1
6034634
b2d03a4
ffa1411
4e1eca4
35463fb
8b9935c
5dce455
f0fafd6
958e429
e4ca3cb
2ee8e0a
f4bda7d
8316652
137b22f
f9cce4b
e79246c
64d5ae5
de3b4fc
2cd72e9
64bbbab
7f98350
f05da66
92a6c35
f0f8558
b8e6eff
b1acc3d
7c4ce56
5d0c6ed
a0834ea
79a8341
8f98550
c50417d
Build Failed
The build failed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #51 Add missing props to Home Component.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Node.js |
| Operating System | Linux (Trusty) |
| Node.js Version | 10.16.0 |
Build Configuration
{
"os": "linux",
"env": [
"TEST_SUITE=test"
],
"dist": "trusty",
"cache": {
"yarn": true
},
"group": "stable",
"addons": {
"chrome": "stable"
},
"script": [
"yarn $TEST_SUITE"
],
".result": "configured",
"node_js": [
"10.16.0"
],
"branches": {
"only": [
"master"
]
},
"language": "node_js",
"before_install": [
"curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.16.0",
"export PATH=\"$HOME/.yarn/bin:$PATH\"",
"yarn --version",
"export DISPLAY=:99.0",
"sh -e /etc/init.d/xvfb start"
]
}