chore(ci): restore travis build

This commit is contained in:
Alexey Kasyanchuk
2018-02-04 02:59:41 +03:00
parent 354d68bd5c
commit 40c8585129
2 changed files with 2 additions and 2 deletions

View File

@ -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"
],

View File

@ -20,7 +20,7 @@ before_install:
- brew install jq
script:
- yarn test
- npm test
deploy:
provider: script