Skip to content

Commit

Permalink
Fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysharm committed Oct 29, 2020
1 parent 3c87966 commit 605e7d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ before_install:
- echo yes | android update sdk --filter android-28 --no-ui --force > /dev/null
- echo yes | android update sdk --filter build-tools-28.0.3 --all --no-ui --force
> /dev/null
- nvm install stable
- nvm use stable
- nvm install v12.0.0
- nvm use v12.0.0
- sudo pip install --upgrade pip
- sudo pip install six
install:
- brew install carthage
- echo no | npm install -g nativescript
- echo no | npm install -g nativescript@5.3.3
- tns usage-reporting disable
- tns error-reporting disable
before_script:
Expand Down

0 comments on commit 605e7d2

Please sign in to comment.