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

Commit

Permalink
Merge pull request #36 from apiaryio/honzajavorek/update-tokens
Browse files Browse the repository at this point in the history
Update tokens and fix Semantic Release
  • Loading branch information
honzajavorek authored May 2, 2019
2 parents 1891099 + 8bc2b1f commit 204df3a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
language: "node_js"
node_js: "stable"
env:
global:
# GH_TOKEN and NPM_TOKEN encrypted by 'travis encrypt' utility
- secure: "oHgwOp58ZBvhMUloGOXSO+9HtsIXvwD0lZMepKR2D5LTyKpMQ2E6TTf4K13ERUrgdajiDu57RkK2aywO/quSlVqCY61xZn58K32DBi19f7sQDigxkqG45PnQWdFrE/R4Ci0tU1n95ayxDXACloggFADHGi161vNRzlN5YmgY4Mw="
cache:
directories:
- "node_modules"
after_success:
- "npm run semantic-release || true"
# The GH_TOKEN and NPM_TOKEN environment variables are expected to be set
# in https://travis-ci.org/apiaryio/dredd/settings
- "npm run semantic-release"

0 comments on commit 204df3a

Please sign in to comment.