Skip to content

Commit 5d5a762

Browse files
committed
Remove version check on Travis
Sometimes the git tag doesn't exactly match the electrum version. e.g tag 1.12.0 = version 1.12
1 parent 43d64c7 commit 5d5a762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sudo: required
22
services:
33
- docker
4-
script: docker build -t electrumx . && ( docker run electrumx cat /electrumx/electrumx/__init__.py | tee /dev/stderr | grep -q "'ElectrumX $(cat VERSION)'" ) 2>&1
4+
script: docker build -t electrumx .
55
notifications:
66
email:
77
on_success: never

0 commit comments

Comments
 (0)