Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
eastonman committed Dec 8, 2018
2 parents ee3b336 + efe77c0 commit 011f808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ install:
- npm install -g gulp-cli
script:
- gulp build
- tar zcf material.tar.gz ./dist/* --exclude=material.tar.gz --exclude=node_modules
- tar zcf material.tar.gz -C ./dist ./ --exclude=material.tar.gz --exclude=node_modules
deploy:
provider: releases
api_key: ${GH_TOKEN}
Expand Down

0 comments on commit 011f808

Please sign in to comment.