Skip to content

Commit

Permalink
Install node 8 in order to use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
negativetwelve committed Aug 12, 2017
1 parent 88b9f7f commit 81461b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ matrix:
- $HOME/.gradle/wrapper/
sudo: required
before_install:
- nvm install 8
- yarn
- cd android
- rvm install ruby-2.3.0
Expand All @@ -38,6 +39,7 @@ matrix:
directories:
- node_modules
before_install:
- nvm install 8
- yarn
- cd ios
- rvm install ruby-2.3.0
Expand Down
3 changes: 1 addition & 2 deletions ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ platform :ios do
scheme: scheme,
clean: true,
silent: true,
configuration: "Debug",
export_method: "development",
export_method: "ad-hoc",
)
end

Expand Down

0 comments on commit 81461b8

Please sign in to comment.