travis: remove use of deprecated statements

This commit is contained in:
Erik Arvstedt 2020-01-12 20:52:33 +01:00
parent 190a92507c
commit 7092dce0c7
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
language: minimal
language: shell
# broken:
# - PKG=electrs STABLE=0
@ -17,7 +17,7 @@ install:
- if [[ $STABLE == 0 ]]; then export NIX_PATH="nixpkgs=$(nix eval --raw -f pkgs/nixpkgs-pinned.nix nixpkgs-unstable)"; fi
- VER="$(nix eval nixpkgs.lib.version)"
env:
matrix:
jobs:
- PKG=nodeinfo STABLE=1
- PKG=hwi STABLE=1
- PKG=lightning-charge STABLE=1