react-native-navigation的迁移库

.travis.yml 508B

1234567891011121314151617181920212223
  1. before_install:
  2. # Repo for newer Node.js versions
  3. - curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
  4. # Repo for Yarn
  5. - sudo apt-key adv --fetch-keys http://dl.yarnpkg.com/debian/pubkey.gpg
  6. - echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
  7. - sudo apt-get update -qq
  8. - sudo apt-get install -y -qq yarn
  9. cache:
  10. directories:
  11. - $HOME/.yarn-cache
  12. git:
  13. depth: 3
  14. branches:
  15. only:
  16. - master
  17. language: node_js
  18. node_js:
  19. - "node"