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

Commit

Permalink
Merge branch 'master' into feature/prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
lapanti committed Aug 29, 2017
2 parents 5e51c27 + d0d232f commit 06ddb4a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 17 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -7,3 +7,4 @@ dist/
!**/.vscode/tasks.json
yarn-error.log
_book/
deploy_key
8 changes: 0 additions & 8 deletions .travis.yml
Expand Up @@ -9,11 +9,3 @@ script: yarn run test:ci
after_script:
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- greenkeeper-lockfile-upload
deploy:
provider: script
script: ./publish.sh
on:
branch: master
before_install:
- openssl aes-256-cbc -K $encrypted_5a1a1505749b_key -iv $encrypted_5a1a1505749b_iv
-in deploy_key.enc -out deploy_key -d
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -81,7 +81,7 @@
"@types/nock": "^8.2.1",
"@types/react": "^15.0.27",
"@types/react-dom": "^15.5.0",
"@types/react-redux": "^4.4.42",
"@types/react-redux": "^5.0.5",
"@types/react-router-dom": "^4.0.4",
"@types/react-router-redux": "^5.0.2",
"browserify": "^14.4.0",
Expand Down
8 changes: 0 additions & 8 deletions publish.sh

This file was deleted.

0 comments on commit 06ddb4a

Please sign in to comment.