We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0ac86 commit e07c346Copy full SHA for e07c346
.travis.yml
@@ -0,0 +1,8 @@
1
+language: node_js
2
+node_js:
3
+ - '8'
4
+ - '10'
5
+ - '12'
6
+install: yarn
7
+script:
8
+ - yarn test
package.json
@@ -27,7 +27,7 @@
27
},
28
"scripts": {
29
"test": "yarn test:rn61 && yarn test:expo35",
30
- "test:rn61": "cd test/RN61 && npx ../.. && cd ../..",
31
- "test:expo35": "cd test/Expo35 && npx ../.. && cd ../.."
+ "test:rn61": "cd test/RN61 && yarn install && npx ../.. && cd ../..",
+ "test:expo35": "cd test/Expo35 && yarn install && npx ../.. && cd ../.."
32
}
33
0 commit comments