Skip to content

Commit

Permalink
Drop deprecated irc channel
Browse files Browse the repository at this point in the history
  • Loading branch information
jleclanche committed Aug 11, 2018
1 parent 3f14f75 commit d4cb4ae
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
language: node_js

node_js:
- "node"

cache:
yarn: true

script: yarn run $SCRIPT

stages:
- name: test
- name: release
if: tag =~ ^v\d

jobs:
include:
- env: SCRIPT=lint
Expand All @@ -32,18 +39,3 @@ jobs:
on:
tags: true
branch: master
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}"

0 comments on commit d4cb4ae

Please sign in to comment.