Skip to content

Commit

Permalink
Upgraded Travis CI from npm 6 to 8 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
xRahul committed Dec 31, 2018
1 parent 37896cf commit 939bad8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ licenses:
- android-sdk-license-.+
- google-gdk-license-.+
before_install:
- nvm install 6
- nvm ls-remote
- nvm list
- nvm install 8
- node --version
- travis_retry 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 All @@ -43,9 +45,10 @@ before_install:
- chmod +x ./android/gradlew
install:
- yarn install
- npm install -g react-native-cli
script:
- npm run ci
- cd android && ./gradlew clean
after_script:
- cd android
- ./gradlew clean
- ./gradlew assembleDebug
- ./gradlew sonarqube

0 comments on commit 939bad8

Please sign in to comment.