Browse Source

mkdir does not throw errors

Stasik0 10 years ago
parent
commit
e8743e819e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -26,7 +26,7 @@ before_install:
    - sudo pip install cpp-coveralls
    - export CC=/usr/bin/gcc-4.8
 script: 
-   - mkdir build
+   - mkdir -p build
    - cd build
    - cmake -DGENERATE_DOCUMENTATION=ON .. 
    - echo "Production build"