Remove babel-runtime from packages' dependencies (#5218)

This commit is contained in:
Kai Cataldo
2017-01-27 09:04:35 -05:00
committed by Henry Zhu
parent e5aa501327
commit e09ea222c9
89 changed files with 46 additions and 185 deletions

View File

@@ -3,6 +3,14 @@ machine:
version:
6
dependencies:
pre:
- curl -o- -L https://yarnpkg.com/install.sh | bash
cache_directories:
- ~/.yarn-cache
override:
- yarn
test:
override:
- make test-ci