Browse Source

fix(travis): directory missing, closes desec-static/#9

Peter Thomassen 8 years ago
parent
commit
123153f222
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

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