Skip to content

Commit

Permalink
chore(ci): restore travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
DEgITx committed Feb 4, 2018
1 parent af591e8 commit ff663dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"@semantic-release/npm",
{
"path": "@semantic-release/exec",
"cmd": "yarn build --linux --win --mac"
"cmd": "npm run build --linux --win --mac"
},
"@semantic-release/github"
],
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ before_install:
- brew install jq

script:
- yarn test
- npm test

deploy:
provider: script
Expand Down

0 comments on commit ff663dc

Please sign in to comment.