diff --git a/.travis.yml b/.travis.yml index f73f33d..73a9ae6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -333,6 +333,7 @@ install: - git submodule update --init libs/move - git submodule update --init libs/functional - git submodule update --init libs/random + - git submodule update --init libs/io - git submodule update --init libs/utility - cp -r $TRAVIS_BUILD_DIR/* libs/integer - ./bootstrap.sh diff --git a/appveyor.yml b/appveyor.yml index 956073a..1bf2bf6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -68,6 +68,7 @@ install: - git submodule update --init libs/move - git submodule update --init libs/functional - git submodule update --init libs/random + - git submodule update --init libs/io - git submodule update --init libs/utility - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\integer - bootstrap