Skip to content

Commit 9089cc6

Browse files
committed
ci(Test automatation):
1 parent 3cd8067 commit 9089cc6

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
sudo: false
22
language: node_js
3-
3+
cache:
4+
directories:
5+
- node_modules
46
node_js:
57
- '6'
68
before_script:

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,19 @@
3232
"url": "https://github.com/shahen94/react-native-video-processing/issues"
3333
},
3434
"jest": {
35-
"preset": "react-native"
35+
"preset": "jest-react-native"
3636
},
3737
"homepage": "https://github.com/shahen94/react-native-video-processing#readme",
3838
"dependencies": {
3939
"lodash": "4.16.6"
4040
},
4141
"devDependencies": {
42-
"react": "15.3.2",
43-
"babel-preset-es2015": "6.18.0",
42+
"babel-eslint": "7.1.0",
43+
"babel-jest": "17.0.0",
44+
"babel-preset-es2015": "6.18.0",
4445
"babel-preset-react": "6.16.0",
4546
"babel-preset-react-native": "1.9.0",
4647
"babel-preset-react-native-stage-0": "1.0.1",
47-
"babel-eslint": "7.1.0",
48-
"babel-jest": "17.0.0",
4948
"commitizen": "^2.8.6",
5049
"cz-conventional-changelog": "^1.2.0",
5150
"eslint": "2.7.0",
@@ -54,6 +53,8 @@
5453
"eslint-plugin-react": "4.2.3",
5554
"eslint-plugin-react-native": "1.1.0",
5655
"jest": "17.0.0",
56+
"jest-react-native": "18.0.0",
57+
"react": "15.3.2",
5758
"react-native": "0.42.0",
5859
"react-native-create-library": "^1.0.4",
5960
"react-test-renderer": "15.3.2",

0 commit comments

Comments
 (0)