浏览代码

Merge pull request #42 from desec-io/20170417_ultima

fix(travis): directory missing, closes desec-static/#9
Nils Wisiol 8 年之前
父节点
当前提交
12cfcd542e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -47,7 +47,7 @@ before_install:
   - rm -f static
   - git clone https://github.com/desec-io/desec-www.git www
   - git clone https://github.com/desec-io/desec-static.git static
-  - mkdir static/dist
+  - mkdir static/ultima
   - docker-compose build --no-cache --pull
 
 script: