Skip to content

Commit

Permalink
fix: travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT authored Oct 29, 2017
1 parent 317fda3 commit f62c5dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ matrix:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
sudo: required
before_install: .travis/before_install.sh
before_install:
- nvm install 8
- .travis/before_install.sh
android:
components:
- build-tools-23.0.1
Expand All @@ -43,6 +45,8 @@ matrix:
before_install: .travis/before_install.sh
script: .travis/run.sh
- stage: deploy
language: node_js
node_js: 8
script: .travis/deploy.sh
deploy:
provider: s3
Expand Down
1 change: 0 additions & 1 deletion .travis/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ if [ "$LANE" = "ios" ]; then
brew install yarn
brew outdated yarn || brew upgrade yarn
elif [ "$LANE" = "android" ]; then
nvm install 8
node --version
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
Expand Down

0 comments on commit f62c5dc

Please sign in to comment.