Skip to content

Commit

Permalink
TRY reproduce #890 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Feb 6, 2019
1 parent 2b1f3ef commit b4ed455
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -72,7 +72,7 @@ jobs:
script: (cd ./examples/electron && npm install > "/dev/null" 2>&1 && travis_retry npm run test)
env: LABEL=electron
- stage: examples
script: (cd ./examples/react-native && npx yarn@1.13.0 install > "/dev/null" 2>&1 && travis_retry npm run test)
script: (cd ./examples/react-native && npx yarn@1.13.0 install > "/dev/null" 2>&1 && travis_retry npm run test && npm run test:build)
env: LABEL=react-native
- stage: examples
script: (cd ./examples/node && npm install > "/dev/null" 2>&1 && travis_retry npm run test)
Expand Down
6 changes: 4 additions & 2 deletions examples/react-native/package.json
Expand Up @@ -8,11 +8,12 @@
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "jest"
"test": "jest",
"test:build": "expo export --public-url http://example.com/",
},
"devDependencies": {
"jest-expo": "~27.0.0",
"react-native-scripts": "1.14.0",
"react-native-scripts": "2.0.1",
"react-test-renderer": "16.3.1"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
Expand All @@ -24,6 +25,7 @@
},
"dependencies": {
"expo": "^27.0.1",
"expo-cli": "2.9.0",
"pouchdb-adapter-asyncstorage": "6.4.1",
"pouchdb-adapter-http": "7.0.0",
"random-token": "0.0.8",
Expand Down

0 comments on commit b4ed455

Please sign in to comment.