Skip to content

Commit

Permalink
Copy some .travis.yml defaults from other WHATWG repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed May 15, 2018
1 parent 96d0fa9 commit 797dddc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,12 @@ language: bash
script:
- shellcheck *.sh
- shellcheck ci-deploy/*.sh

branches:
only:
- master

notifications:
email:
on_success: never
on_failure: always

0 comments on commit 797dddc

Please sign in to comment.