Skip to content

Commit

Permalink
Added AppVeyor badges, added warnings_as_errors, closes #39
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschenkjr committed Apr 22, 2015
1 parent dc18695 commit 016a776
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

language: c

env:
- global:
- WARNINGS_ARE_ERRORS=1

before_install:
- curl -OL http://raw.github.com/craigcitro/r-travis/master/scripts/travis-tool.sh
- chmod 755 ./travis-tool.sh
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
RSocrata
========

Master: [![Build Status - Master](https://api.travis-ci.org/Chicago/RSocrata.png?branch=master)](https://travis-ci.org/Chicago/RSocrata)
Master: [![Build Status - Master](https://api.travis-ci.org/Chicago/RSocrata.png?branch=master)](https://travis-ci.org/Chicago/RSocrata) [![Build status](https://ci.appveyor.com/api/projects/status/vcvxeiw9eop6ngcn/branch/master?svg=true)](https://ci.appveyor.com/project/tomschenkjr/rsocrata/branch/master)

Dev: [![Build Status - Dev](https://api.travis-ci.org/Chicago/RSocrata.png?branch=dev)](https://travis-ci.org/Chicago/RSocrata)
Dev: [![Build Status - Dev](https://api.travis-ci.org/Chicago/RSocrata.png?branch=dev)](https://travis-ci.org/Chicago/RSocrata) [![Build status](https://ci.appveyor.com/api/projects/status/vcvxeiw9eop6ngcn/branch/dev?svg=true)](https://ci.appveyor.com/project/tomschenkjr/rsocrata/branch/dev)

A tool for downloading Socrata datasets as R data frames
--------------------------------------------------------
Expand Down
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
environment:
WARNINGS_ARE_ERRORS: 1

init:
ps: |
$ErrorActionPreference = "Stop"
Expand Down

0 comments on commit 016a776

Please sign in to comment.