react-native-navigation的迁移库

travis.js.sh 422B

123456789
  1. ./scripts/travis-fold.sh "npm install"
  2. ./scripts/travis-fold.sh "npm run clean"
  3. ./scripts/travis-fold.sh "npm run test-js"
  4. ./scripts/travis-fold.sh "npm run test-unit-android -- --release"
  5. ./scripts/travis-fold.sh "npm run test-unit-ios -- --release"
  6. ./scripts/travis-fold.sh "npm run test-e2e-android -- --release"
  7. ./scripts/travis-fold.sh "npm run test-e2e-ios -- --release"
  8. # ./scripts/travis-fold.sh "npm run release"