Skip to content

Commit

Permalink
build: fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
yinzara committed Jan 11, 2019
1 parent 2f9561f commit 28556b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -10,7 +10,6 @@ jobs:
include:
- stage: release
node_js: lts/*
script: skip
deploy:
provider: script
skip_cleanup: true
Expand All @@ -19,4 +18,4 @@ jobs:

branches:
only:
- master
- master
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"commit": "git-cz",
"test": "echo 'Tests need to be setup!'",
"test": "jest",
"format": "prettier --write *.js",
"semantic-release": "semantic-release"
},
Expand Down

0 comments on commit 28556b0

Please sign in to comment.