created directory before copying

This commit is contained in:
joaquintides
2018-03-07 19:35:18 +01:00
parent b20ad0cf23
commit 7f4963560a
+1
View File
@@ -181,6 +181,7 @@ install:
- git rm --ignore-unmatch libs/poly_collection/
- ./bootstrap.sh
- ./b2 headers
- mkdir libs/poly_collection
- cp -r $TRAVIS_BUILD_DIR/* libs/poly_collection
script: