diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2018-04-26 18:35:06 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2018-04-26 18:35:06 +0000 |
commit | aca43d611afe3a3e11588b635d81c94bc55a8259 (patch) | |
tree | 5c4f8aa1a4e8ca5b621ec78b841865c23945013b | |
parent | Make Travis happy (diff) | |
download | miniserve-aca43d611afe3a3e11588b635d81c94bc55a8259.tar.gz miniserve-aca43d611afe3a3e11588b635d81c94bc55a8259.zip |
Add musl tools to global because why not
-rw-r--r-- | .travis.yml | 9 | ||||
-rw-r--r-- | index.html | 1 |
2 files changed, 3 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml index 76a3ac3..7ae9aa4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,9 @@ addons: packages: - mingw-w64 - upx + - musl + - musl-dev + - musl-tools matrix: include: @@ -19,12 +22,6 @@ matrix: - BIN_NAME=miniserve - PROPER_NAME=miniserve-linux os: linux - addons: - apt: - packages: - - musl - - musl-dev - - musl-tools - env: - TARGET=x86_64-pc-windows-gnu - BIN_NAME=miniserve.exe diff --git a/index.html b/index.html deleted file mode 100644 index ced54c9..0000000 --- a/index.html +++ /dev/null @@ -1 +0,0 @@ -rofl |