Commit 817b228fe1dd9830ff6b11985b4012d4dd7da5d5

Authored by Nathan Broadbent
1 parent d47ce253
Exists in master and in 1 other branch production

Only build master branch, and disable travis notifications

Showing 1 changed file with 9 additions and 0 deletions   Show diff stats
.travis.yml
1 1 rvm: 1.9.2
2 2  
  3 +# Only build master branch
  4 +branches:
  5 + only:
  6 + - master
  7 +
  8 +# Disable notifications for now.
  9 +notifications:
  10 + disabled: true
  11 +
... ...