https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: c1d0c9335484549b9e070155351fe031bb18bf47 authored by Ankur Kedia on 16 January 2021, 11:12:55 UTC
Changes in import
Tip revision: c1d0c93
.travis.yml
language: node_js
node_js:
  - 'stable'
cache:
  yarn: true
  directories:
    - node_modules
    - website/node_modules
branches:
  only:
    - master
    - next
    - patch
install:
  - yarn
script:
  - yarn lint
back to top