Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from QwantResearch/fix_assets
Browse files Browse the repository at this point in the history
fix assets name
  • Loading branch information
nlehuby authored Dec 18, 2017
2 parents b0bb628 + 7a12e21 commit 27006e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ addons:
script:
- npm test
- npm run build
- zip build.zip build/ -r
- zip assets.zip build/ -r
before_deploy:
- git config --local user.name "qwant_travis"
- git config --local user.email "[email protected]"
Expand All @@ -25,7 +25,7 @@ deploy:
provider: releases
api_key:
secure: ZeIdYtmrb4+CGew2exrOmQFGPyqQwOnxENXs4kcvdO0U4cEn+u+eQvEMi7nPW3EvHuilRnWkTrDWn5VPlD8bGmyybB9INx1vIP1Qm4CmCYpczMbkNltEXSQ6mjC1KBHceCun9KQHEV9nbok17yV7kJiZCM2V0OjNJ4heV+Q4E5YO07kIt48XapSA5E3oReDaza6nvaeM9bXjaD45gfOrI8+iloVXS1VaBcWnKj07nog4Qfzu9EhmMXg4I2oaIkSvvboy1f3hWAIG18u60yDjps17PM6/6CiB34f4h/m2NXp0bEO8BEZmwwpixUm4WNDa0/chyTrFjOI4Net9iARNMGsUWU0CvxQUK/bNqEL1TbjbOcFDeCcVylz0W70UJLdUlTKJUDvyFiTrQ+VuAbSHeGBGXfqffRGQWwrRYP0zRXLU2rBXDbtHij3meT4JzFICmTzIgGKj7k8+hJbLEYNzd/fdollp6AAChWu994gWwzU1wDqBaO01SBUCGy177w5r+ytuy7c3SPxxVmpmMJF46Ikg0Sh/p1e5h3p5L1iPerviEKOKGJjB9+ltvg3y0+uTGgSlpMOPFLqt7DzIRkr90sYop7V2sAKkgA9BTDg3dpKzcOpAW7Am/2vQMD4Bva+cII0kig+7yVJLgU/wyZHglWiQ1m8ZseXD0P+IKwIq1Xo=
file: build/assets.zip
file: assets.zip
skip_cleanup: true
on:
repo: QwantResearch/qwant-basic-gl-style
Expand Down

0 comments on commit 27006e1

Please sign in to comment.