|
@@ -29,17 +29,18 @@ before_cache:
|
29
|
29
|
- rm -rf $HOME/.gradle/caches/*/plugin-resolution/
|
30
|
30
|
|
31
|
31
|
before_install:
|
|
32
|
+ - rvm get head
|
32
|
33
|
- brew update
|
33
|
34
|
- brew cask install java
|
34
|
35
|
- nvm install $NODE_VERSION
|
35
|
36
|
- curl -o- -L https://yarnpkg.com/install.sh | bash
|
|
37
|
+ - yarn config set cache-folder $HOME/.yarn-cache
|
36
|
38
|
|
37
|
39
|
install:
|
38
|
40
|
- set -e
|
39
|
41
|
- yarn install
|
40
|
42
|
|
41
|
43
|
script:
|
42
|
|
- - set -x
|
43
|
44
|
- yarn run lint
|
44
|
45
|
- yarn run test-js
|
45
|
46
|
- ./scripts/installAndroidSDK.sh
|