Skip to content

Commit

Permalink
Don't update travis.yml for master.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Kelling committed May 4, 2014
1 parent e121d0a commit 71fba93
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: objective-c
language: node_js
node_js:
- 0.10
script: make test
env:
- TEST_OPTS=--tap
Expand All @@ -10,3 +12,5 @@ notifications:
email:
on_success: change
on_failure: always
after_sucess:
- npm install brief && node_modules/.bin/brief

0 comments on commit 71fba93

Please sign in to comment.