1
1
mirror of https://github.com/primer/css.git synced 2024-11-24 13:15:00 +03:00

Change to the build directory

This commit is contained in:
Jon Rohan 2017-07-07 13:28:36 -07:00
parent fa38af4503
commit a20f259327

View File

@ -32,6 +32,6 @@ env:
script: cd $TEST_DIR && npm install && npm test
deploy:
provider: script
script: npm run devbuild
script: cd $TRAVIS_BUILD_DIR && npm run devbuild
on:
all_branches: true