react-native-navigation的迁移库

.travis.yml 222B

123456789101112131415161718192021222324
  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
  18. - echo "ALL OK"