Skip to content

Commit

Permalink
try adding travis thing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarca committed May 22, 2017
1 parent e09882e commit bcbca13
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Sample .travis.yml for R projects from https://github.com/craigcitro/r-travis

language: node_js
node_js:
- "node"
- "6"
- "6.1"
- "4"

env:
- global:
- WARNINGS_ARE_ERRORS=1

notifications:
email:
on_success: change
on_failure: change

0 comments on commit bcbca13

Please sign in to comment.