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

Commit

Permalink
Merge pull request #49 from Jyrno42/travis-fix
Browse files Browse the repository at this point in the history
Use skip_cleanup w/ travis deployments
  • Loading branch information
Jyrno42 authored Oct 4, 2017
2 parents 29fd13e + 29095c8 commit 208642d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ node_js:

before_script:
- npm run build
- sed -i 's/dist/#dist/' .gitignore
- sed -i 's/es/#es/' .gitignore

after_success:
- npm run coverage
Expand All @@ -21,6 +19,7 @@ notifications:

deploy:
provider: npm
skip_cleanup: true
email: hi@thorgate.eu
api_key:
secure: >
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tg-modal",
"version": "0.8.0-alpha.2",
"version": "0.8.0-alpha.3",
"description": "Universal controlled modals for React",
"main": "./dist/index.js",
"jsnext:main": "./es/index.js",
Expand Down

0 comments on commit 208642d

Please sign in to comment.