Browse Source

travis: build-wine current commit, instead of HEAD

3.2.x
SomberNight 7 years ago
parent
commit
25089aa9c2
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 2
      .travis.yml

2
.travis.yml

@ -35,7 +35,7 @@ jobs:
- sudo apt-get update -qq
- sudo apt-get install -qq winehq-stable dirmngr gnupg2 p7zip-full mingw-w64
before_script: ls -lah /tmp/electrum-build
script: ./contrib/build-wine/build.sh
script: ./contrib/build-wine/build.sh $TRAVIS_COMMIT
after_success: true
- os: osx
language: c

Loading…
Cancel
Save