Skip to content

Commit

Permalink
Add Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed May 25, 2017
1 parent de630c9 commit ecf5350
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/src/
.travis.yml
yarn.lock
29 changes: 29 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
language: node_js
node_js:
- '7'
script:
- yarn run build
deploy:
provider: npm
email: [email protected]
api_key:
secure: gVYNyDHMXz47vvGu2ve8pMorSJMG6Bq3AiOLm1ZUubLaB5MzyFPpKhBor/ETA18vlNXL/PahyGXZjrqiaGi5+BmtYsc4R91CukOmRpzErgYzJ3JldteV0DcyrkX3akL6KXPHEhlOMqkr6kcgZj+QsvvxfybikuNH9UedEl1z5L06dlOVgoEzFcP3x7fOExtZ0AurLFnTbqSRkpj7a8Bj+GE/f6BNrT3j+YgBdNL9sCsuxLuDYvoYUQJuHyCNduztssBeCAKkYCgm/Rf2Yh3DUe33sG2gkXaArHl0ZePf97zFEy6NdlTgcsjLp77UNDcgkvU+bOxDfOqQ/OBkpSwCAax7BkIbbEekT26LdMF17f0bLx+FA8VX0rS1L0hBqLpeCumQR8AhXQRxuNokZ/azOeWDteGG8ZRDrzBV/H8O5zZMZtAjHA3L8yNwBQApYSNiitGahIY2geWxzf55l18Ekgs3n+ISC/GPIEyAebIxcdn/7jI7djslsVrK0At7lo5PBMTMwRoOT5MHRnL9EMR+9UrYLu3INKINCvOsOjfRy8wDbYK3Rd82thyFJhlK7KYnrcGpHZNTZoV6CDNDXPTwKG42GgQ2/zOwiHXxMVI3GTmTh4ByRQkLZQRz3jn7PLtM2SHtvvySe+R1oiI4r8g0S3uFq1qKYi4Cnsk9NJaTwN8=
on:
tags: true
branch: master
skip_cleanup: true
cache:
yarn: true
notifications:
email:
on_failure: always
on_success: change
irc:
channels:
- chat.freenode.net#hearthsim-commits
use_notice: true
skip_join: true
on_failure: always
on_success: change
template:
- "(%{branch} @ %{commit} : %{author}): %{message} %{build_url}"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Hearthstone Deckstrings
[![npm](https://img.shields.io/npm/v/deckstrings.svg)](http://npmjs.com/package/deckstrings)
[![Travis](https://img.shields.io/travis/HearthSim/npm-deckstrings/master.svg)](https://travis-ci.org/HearthSim/npm-deckstrings)

Decode and encode Hearthstone [Deckstrings](https://hearthsim.info/docs/deckstrings/).

Expand Down

0 comments on commit ecf5350

Please sign in to comment.