1
1
mirror of https://github.com/primer/css.git synced 2024-11-10 16:07:25 +03:00

testing with deploy script

This commit is contained in:
Jon Rohan 2017-07-07 11:29:23 -07:00
parent 2e44d06204
commit a5727207aa

View File

@ -30,4 +30,8 @@ env:
- TEST_DIR=modules/primer-truncate
- TEST_DIR=modules/primer-utilities
script: cd $TEST_DIR && npm install && npm test
after_success: npm run devbuild
deploy:
provider: npm
script: npm run devbuild
except:
- master