react-native-navigation的迁移库

.travis.yml 204B

1234567891011121314151617181920212223
  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. install:
  13. - npm i -g yarn
  14. - yarn
  15. script:
  16. - set -e
  17. - npm run test