Skip to content

Commit

Permalink
travis success
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhutu committed Jan 28, 2016
1 parent c42f695 commit f1cd2d2
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 11 deletions.
30 changes: 20 additions & 10 deletions .travis.yml
@@ -1,20 +1,30 @@
sudo: false

language: node_js
node_js:
- "4"
services:
- mongodb
compiler: clang-3.6

env:
- CXX=clang-3.6
- CXX=g++-4.8

node_js:
- '4'
- stable

addons:
apt:
sources:
- llvm-toolchain-precise-3.6
- ubuntu-toolchain-r-test
- ubuntu-toolchain-r-test
packages:
- clang-3.6
- g++-4.8
- g++-4.8

services:
- mongodb

before_install:
- $CXX --version

before_script:
- npm install -g gulp

script: gulp test

after_script: gulp coveralls
12 changes: 11 additions & 1 deletion README.md
@@ -1,9 +1,19 @@
# jackblog api express版

[![build status][travis-image]][travis-url]
[![Coverage Status][coveralls-image]][coveralls-url]

[travis-image]: https://travis-ci.org/jackhutu/jackblog-api-es5.svg?branch=master
[travis-url]: https://travis-ci.org/jackhutu/jackblog-api-es5

[coveralls-image]: https://coveralls.io/repos/jackhutu/jackblog-api-es5/badge.svg?branch=master&service=github
[coveralls-url]: https://coveralls.io/github/jackhutu/jackblog-api-es5?branch=master

## 简介
Jackblog 是使用 Node.js 和 MongoDB 开发的个人博客系统,前后端分离,仿简书模板.此为服务端express版.
服务端有:
[express版](https://github.com/jackhutu/jackblog-api-es5)
[koa版](https://github.com/jackhutu/jackblog-api-koa)
[koa版](https://github.com/jackhutu/jackblog-api-koa)
客户端有:
[angular1.x版](https://github.com/jackhutu/jackblog-angular1)
[react redux 版](https://github.com/jackhutu/jackblog-react-redux)
Expand Down

0 comments on commit f1cd2d2

Please sign in to comment.