travis: build-wine current commit, instead of HEAD

This commit is contained in:
SomberNight 2018-05-27 02:35:23 +02:00
parent ac94d6d055
commit 25089aa9c2
No known key found for this signature in database
GPG key ID: B33B5F232C6271E9

View file

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