Skip to content

Commit

Permalink
fixup! fixup! pyln-proto: Add invoice utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Jan 31, 2020
1 parent 41e2174 commit b6af69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ notifications:
email: false

before_install:
sudo apt-get install -y libsqlite3-dev cppcheck valgrind gcc-4.8 gettext libc6-dev-armhf-cross libc6-dev-arm64-cross gcc-aarch64-linux-gnu gcc-arm-linux-gnueabihf qemu-user-static binfmt-support
sudo apt-get install -y libsqlite3-dev cppcheck valgrind gcc-4.8 gettext libc6-dev-armhf-cross libc6-dev-arm64-cross gcc-aarch64-linux-gnu gcc-arm-linux-gnueabihf qemu-user-static binfmt-support libgmp-dev

env:
- ARCH=64 SOURCE_CHECK_ONLY=true COPTFLAGS="-O3"
Expand Down

0 comments on commit b6af69c

Please sign in to comment.