used OS X-compatible command for copying

This commit is contained in:
joaquintides 2018-03-07 16:47:01 +01:00
parent 626fd1dda9
commit b20ad0cf23

View File

@ -5,7 +5,6 @@
#
# See http://www.boost.org/libs/poly_collection for library home page.
sudo: false
language: cpp
@ -182,7 +181,7 @@ install:
- git rm --ignore-unmatch libs/poly_collection/
- ./bootstrap.sh
- ./b2 headers
- rcp -r $TRAVIS_BUILD_DIR libs/poly_collection/
- cp -r $TRAVIS_BUILD_DIR/* libs/poly_collection
script:
- |-