before_script curl下载无法在Travis CI上写入字体文件

时间:2017-04-02 22:42:39

标签: curl testing fonts download travis-ci

当我下载字体来测试我的应用时,我遇到了障碍。但是,由于某些不明原因,将文件写入磁盘会失败。

$ bash ./test/fetch-fonts.bash
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                               Dload  Upload   Total   Spent    Left  Speed

100   176  100   176    0     0    526      0 --:--:-- --:--:-- --:--:--   533
Warning: Failed to create the file 
Warning: ./resources/fonts/DroidSansFallbackFull.ttf: No such file or 
Warning: directory
0 3938k    0  1925    0     0   4737      0  0:14:11 --:--:--  0:14:11  4737
curl: (23) Failed writing body (0 != 1925)
The command "bash ./test/fetch-fonts.bash" failed and exited with 23 during .

更新

我尝试使用较小的字体(104Kb而不是3.8Mb)并获得相同的行为。

问题

我怎么解决这个问题?

1 个答案:

答案 0 :(得分:0)

@BanzaiManthe github issue

上的建议
  

我认为您需要创建目录./resources/fonts ,以便curl可以写入。