Skip to content

Commit 28556b0

Browse files
committed
build: fix travis build
1 parent 2f9561f commit 28556b0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
include:
1111
- stage: release
1212
node_js: lts/*
13-
script: skip
1413
deploy:
1514
provider: script
1615
skip_cleanup: true
@@ -19,4 +18,4 @@ jobs:
1918

2019
branches:
2120
only:
22-
- master
21+
- master

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"commit": "git-cz",
8-
"test": "echo 'Tests need to be setup!'",
8+
"test": "jest",
99
"format": "prettier --write *.js",
1010
"semantic-release": "semantic-release"
1111
},

0 commit comments

Comments
 (0)