Skip to content

Commit

Permalink
test: do not use travis-after-all
Browse files Browse the repository at this point in the history
  • Loading branch information
develar committed Jul 7, 2016
1 parent f11dcb5 commit 7f06e4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ script:
- npm run test

after_success:
#- node out/cleanup.js
- if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false" && "$AUTO_PUBLISH" != "false" ]]; then npm run semantic-release ; fi
- if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false" && "$AUTO_PUBLISH" != "false" && "$TRAVIS_TAG" == "" && "$NODE_VERSION" == "6" ]]; then npm run semantic-release ; fi

branches:
except:
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"json8": "^0.9.0",
"plist": "^1.2.0",
"pre-git": "^3.10.0",
"semantic-release": "^6.3.0",
"@develar/semantic-release": "^6.3.1",
"should": "^9.0.2",
"ts-babel": "^1.0.3",
"tslint": "3.13.0",
Expand All @@ -138,5 +138,8 @@
"test/out/*.js"
]
},
"release": {
"verifyConditions": []
},
"typings": "./out/electron-builder.d.ts"
}

0 comments on commit 7f06e4c

Please sign in to comment.