Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Commit

Permalink
correct files in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eejdoowad committed Aug 30, 2017
1 parent f03f9c7 commit 682fc2b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,18 @@ language: node_js
node_js: "lts/*"

script:
- npm run build:firefox:prod
- npm run build:chrome:prod
- npm run build:chrome:debug:zip
- npm run build:firefox:debug:zip
- npm run zip-all

deploy:
provider: releases
api_key:
secure: wig/sVOgZx2lCjgje/B3nLdV+SLhMjn2PciYhkaI3PtQg/tJY6qEl3xZrvV/1V6yx02LiBMcTtkeFV1xbUAw5Yzie0uYiN9AOs5Rpxa5XdG1bOZkatIZ+POQlqMr+iCM+rY9CgMXLWAuvREoPLgpYocTzomY7/RhY296E02xLiBMEdwcbLLn28AWKGIXIPriTIS5f2tC2wFDWOsJkl/DInGEHTejnHsyMfr1Def84xHkcJkIkl8mMfCfjEfjnSEc/ofNF4sbyYVpfODlKng2YONUwAq/Vd1RqcLd9NQAf4i0FssUSpnPkkI8yHPCLCpFRoHkuGFRmza93+Y8kWmF8WVHybtIvJ6n+0N57MAgs/unrWYYCOqL3Q1XCGrjxgcqa8reKlaE9aZTPsqzQhACHOTinZjWV8B3o55JMHgiODOQo7MxHhlRNzSVGZzdM27G8oqjfdqhsSGW1s4GFxOUbhSFalg7JDu04bQavZf4u4TQ/BDytokDMOgJC14BrdntbZrxDeyVzaktzfJ2IvQnifm7uvOlpmnoULxSkEg3dtRqZm85J7KKYImwS9NnZ/4Qq5kRentxBLb5ATWcByVyxNPAGxvvUbbrDbHJa6nOE0hIx1GzqIZSiW5chvqeLW0DWz68+gw+JlQ0VW3nnnvD4yl/G+Dit6FG7BiU/dVBaFU=
file:
- "dist-firefox.zip"
- "dist-chrome.zip"
- "dist-firefox-debug.zip"
- "dist-chrome-prod.zip"
- "dist-firefox-prod.zip"
- "dist-chrome-debug.zip"
- "dist-firefox-debug.zip"
- "dist-firefox-beta.zip"
skip_cleanup: true
on:
tags: true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"zip-firefox-beta": "bestzip dist-firefox-beta.zip dist/*",
"zip-chrome-debug": "bestzip dist-chrome-debug.zip dist/*",
"zip-firefox-debug": "bestzip dist-firefox-debug.zip dist/*",
"all-zips": "npm run build:chrome && npm run zip-chrome-debug && npm run build:firefox && npm run zip-firefox-debug && npm run build:chrome:prod && npm run zip-chrome-prod && npm run build:firefox:prod && npm run zip-firefox-prod && npm run build:firefox:beta && npm run zip-firefox-beta",
"zip-all": "npm run build:chrome && npm run zip-chrome-debug && npm run build:firefox && npm run zip-firefox-debug && npm run build:chrome:prod && npm run zip-chrome-prod && npm run build:firefox:prod && npm run zip-firefox-prod && npm run build:firefox:beta && npm run zip-firefox-beta",
"book:dev": "cd book && npm run dev",
"book:build": "cd book && npm run build",
"book:publish": "cd book && npm run publish",
Expand Down

0 comments on commit 682fc2b

Please sign in to comment.