New comment by reback00 on void-packages repository https://github.com/void-linux/void-packages/pull/15627#issuecomment-549231300 Comment: Oops, sorry. I missed it. Removed the duplicates. But there is another problem. Travis is randomly failing builds for some reason. I pushed exactly same code for these 2 builds, but different builds failed each time: - [build 1](https://travis-ci.org/void-linux/void-packages/builds/606971378?utm_medium=notification&utm_source=github_status) - [build 2](https://travis-ci.org/void-linux/void-packages/builds/606980546?utm_source=github_status&utm_medium=notification) This seems like an issue on Travis' end. I checked the log and it's something like this: ``` ... => textadept-10.6_1: installing host dependencies: autoconf-2.69_7 automake-1.16.1_2 libtool-2.4.6_4 wget-1.20.3_2 unzip-6.0_12 pkg-config-0.29.2_2 glib-devel-2.62.2_1 ncurses-6.1_4 ... => textadept-10.6_1: installing target dependencies: gtk+-devel-2.24.32_3 ncurses-devel-6.1_4 ... No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself. Check the details on how to adjust your build configuration on: https://docs.travis-ci.com/user/common-build-problems/#build-times-out-because-no-output-was-received The build has been terminated ``` I have checked some recent builds on other packages and they [also](https://travis-ci.org/void-linux/void-packages/jobs/606945262#L394) [have](https://travis-ci.org/void-linux/void-packages/jobs/606956851#L383) this problem. **EDIT:** The issue has been [solved](https://github.com/void-linux/void-packages/issues/16111#issuecomment-550077885). Force pushed again and it passed just fine.