react-native-navigation的迁移库

1234567891011121314151617181920212223242526
  1. language: node_js
  2. node_js:
  3. - "node"
  4. git:
  5. depth: 3
  6. branches:
  7. only:
  8. - master
  9. cache:
  10. directories:
  11. - $HOME/.yarn-cache
  12. #before_install:
  13. # - set -e
  14. install:
  15. - npm i -g yarn
  16. - yarn
  17. script:
  18. - npm run test
  19. - "ALL OK"