Skip to content

Commit

Permalink
clean travis badge in README
Browse files Browse the repository at this point in the history
  • Loading branch information
wenjie2wang committed Oct 14, 2018
1 parent 53e9685 commit dae9bf7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,13 @@ install.packages("touch")

## Development

[![Build Status][travis-master]][travis]

You may install the latest version under development with the help of
**remotes** (or **devtools**) as follows:

```R
if (! require(remotes)) install.packages("remotes")
remotes::install_github("LiYanStat/touch")
## or use devtools
## or use devtools if it is installed
## devtools::install_github("LiYanStat/touch")
```

Expand All @@ -58,5 +56,4 @@ FITNESS FOR A PARTICULAR PURPOSE.
[cran]: https://CRAN.R-project.org/package=touch
[travis]: https://travis-ci.org/wenjie2wang/touch
[travis-master]: https://travis-ci.org/wenjie2wang/touch.svg?branch=master
[travis-dev]: https://travis-ci.org/wenjie2wang/touch.svg?branch=dev
[gpl]: https://www.gnu.org/licenses/

0 comments on commit dae9bf7

Please sign in to comment.