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 #5 from QwantResearch/fix_asset
Browse files Browse the repository at this point in the history
do not put the assets in a "build" dir
  • Loading branch information
nlehuby authored Dec 18, 2017
2 parents ebfac45 + 91bda65 commit 7263c44
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 @@ -16,7 +16,7 @@ addons:
script:
- npm test
- npm run build
- zip assets.zip build/ -r
- zip assets.zip build/ -rj
before_deploy:
- git config --local user.name "qwant_travis"
- git config --local user.email "[email protected]"
Expand Down

0 comments on commit 7263c44

Please sign in to comment.