Better ncurses URL and some other fixes.

This commit is contained in:
Nicholas Marriott
2020-05-03 12:03:50 +01:00
parent 97d490204b
commit b203f7f19f
2 changed files with 28 additions and 19 deletions

View File

@ -25,6 +25,14 @@ jobs:
- os: osx
compiler: clang
env: BUILD=static
- os: linux
compiler: gcc
arch: arm64
env: BUILD=all
- os: linux
compiler: clang
arch: arm64
env: BUILD=all
before_install:
- sh .github/travis/before-install.sh