pull/50/head v0.46
Hunter Long 2018-08-19 15:16:59 -07:00
parent cd5ad2a63c
commit d59f7f85af
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ publish-homebrew:
curl -s -X POST -H "Content-Type: application/json" -H "Accept: application/json" -H "Travis-API-Version: 3" -H "Authorization: token $(TRAVIS_API)" -d $(PUBLISH_BODY) https://api.travis-ci.com/repo/hunterlong%2Fhomebrew-statup/requests
cypress-install:
cd /test && npm install
cd dev/test && npm install
cypress-test: clean cypress-install
cd dev/test && npm test