Skip to content

Commit

Permalink
I am not a good developer sometimes.
Browse files Browse the repository at this point in the history
  • Loading branch information
whikloj committed Nov 21, 2018
1 parent ac7a1b1 commit 45ca4f1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ matrix:

branches:
only:
- /issue-800-testing/
- /master/

before_install:
- export SCRIPT_DIR=$HOME/CLAW/.scripts
Expand All @@ -22,13 +22,13 @@ script:
- $SCRIPT_DIR/line_endings.sh $TRAVIS_BUILD_DIR
- for D in */; do (cd $D; composer test) done

#notifications:
# irc:
# channels:
# - "irc.freenode.org#islandora"
# on_success: change
# on_failure: always
# skip_join: true
notifications:
irc:
channels:
- "irc.freenode.org#islandora"
on_success: change
on_failure: always
skip_join: true

#after_success:
# - bash <(curl -s https://codecov.io/bash)
after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 45ca4f1

Please sign in to comment.