Skip to content

Commit 3ef6ded

Browse files
committed
adding travis ci
1 parent 1f04fac commit 3ef6ded

3 files changed

Lines changed: 10 additions & 0 deletions

File tree

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ inst/pics
55
inst/html
66
NUL
77
LICENSE
8+
^\.travis\.yml$

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
2+
3+
language: R
4+
cache: packages

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,8 @@ statnet packages on CRAN used by statnetWeb:
2626
http://cran.r-project.org/web/packages/ergm/
2727
http://cran.r-project.org/web/packages/network/
2828
http://cran.r-project.org/web/packages/sna/
29+
30+
<!-- badges: start -->
31+
[![Travis build status](https://travis-ci.com/statnet/statnetWeb.svg?branch=master)](https://travis-ci.com/statnet/statnetWeb)
32+
<!-- badges: end -->
33+

0 commit comments

Comments
 (0)