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

Commit

Permalink
Merge pull request #201 from Kocal/refacto/remove-ci-scripts
Browse files Browse the repository at this point in the history
refacto: remove CI scripts
  • Loading branch information
Kocal authored May 2, 2018
2 parents 5badef3 + e15749b commit 34f17ec
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 28 deletions.
15 changes: 13 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,25 @@ cache:
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH="$HOME/.yarn/bin:$PATH"
- yarn global add codecov

before_script:
- git fetch --unshallow
- yarn

script:
- bash ci/build-extension.sh
- bash ci/test-extension.sh
- yarn build
- yarn build-zip
- yarn test && codecov
- test -f dist/manifest.json
- test -f dist/background.js
- test -f dist/vendor.js
- test -f dist/vendor.css
- test -f dist/popup/popup.js
- test -f dist/popup/popup.css
- test -f dist/options/options.js
- test -f dist/options/options.css
- test -f "dist-zip/Solary-v$(node -pe "require('./package.json').version").zip"

before_deploy:
- export RELEASE_EXTENSION_FILE=$(ls dist-zip/*.zip)
Expand Down
10 changes: 0 additions & 10 deletions ci/build-extension.sh

This file was deleted.

16 changes: 0 additions & 16 deletions ci/test-extension.sh

This file was deleted.

0 comments on commit 34f17ec

Please sign in to comment.