Skip to content

Commit

Permalink
feat: add Travis CI build status badge to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
krestaino committed Jan 10, 2018
1 parent c302702 commit cee4ba3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
@@ -1,4 +1,8 @@
# NuePress
<p align="left">
<a href="https://travis-ci.org/krestaino/nuepress"><img src="https://travis-ci.org/krestaino/nuepress.svg?branch=master" alt="Build Status"></a>
</p>

## NuePress

[Nuxt.js](https://github.com/nuxt/nuxt.js) + [WordPress REST API](https://developer.wordpress.org/rest-api/)

Expand All @@ -19,6 +23,9 @@ $ npm run dev
$ npm run build
$ npm start

# build for production and view the bundle analyzer report
$ npm run analyze

# generate static project
$ npm run generate
```
Expand Down

0 comments on commit cee4ba3

Please sign in to comment.