fix test command

This commit is contained in:
Anton Lavrenov 2018-06-19 19:21:52 +07:00
parent 08a7e630fb
commit 03b655a9c9

View File

@ -7,7 +7,7 @@ branches:
before_script:
- npm install -g gulp
script:
- gulp lint test
- npm run lint test
deploy:
provider: npm
email: lavrton@gmail.com