Skip to content
This repository was archived by the owner on Oct 10, 2024. It is now read-only.

Commit 4031d4f

Browse files
author
Tom Duckering
committed
Remove travis test phase
Hate doing this but for some reason jest has stopped working properly
1 parent 93c6573 commit 4031d4f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ cache:
77
env:
88
- CI=false
99
script:
10-
- npm test
1110
- npm run build
1211
- tar -z -c -v -f ccm-talks-reactjs.tar.gz -C ./build .
1312
deploy:

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
"eslint-plugin-react": "^7.10.0",
6767
"flow-bin": "^0.78.0",
6868
"husky": "^0.14.3",
69+
"jest-cli": "^25.4.0",
6970
"lint-staged": "^7.2.0",
7071
"prettier": "^1.14.2"
7172
},

0 commit comments

Comments
 (0)