diff --git a/circle.yml b/circle.yml index 841ebcb5a..ee9901bbf 100644 --- a/circle.yml +++ b/circle.yml @@ -17,7 +17,9 @@ dependencies: - if [[ ! -e buck ]]; then git clone https://github.com/facebook/buck.git; fi - cd buck && ant - buck/bin/buck --version - - buck/bin/buck fetch ReactAndroid/src/main/... + - buck/bin/buck fetch ReactAndroid/src/test/java/com/facebook/react/modules + - buck/bin/buck fetch ReactAndroid/src/main/java/com/facebook/react + - buck/bin/buck fetch ReactAndroid/src/main/java/com/facebook/react/shell - buck/bin/buck fetch ReactAndroid/src/test/... - buck/bin/buck fetch ReactAndroid/src/androidTest/... # using npm@3 because of problems with shrink-wrapped optional deps installs on linux