Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0910e19

Browse files
author
Benjamin Coe
committed
added .travis.yml
1 parente303560 commit0910e19

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

‎.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
language:node_js
2+
node_js:
3+
-"0.10"
4+
-"0.12"
5+
-"node"
6+
after_script:npm run coverage

‎package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"bin":"lib/cli.js",
77
"scripts": {
88
"build":"cd src; babel ./*.js -d ../lib",
9+
"coverage":"nyc --reporter text-lcov --require babel-core/register mocha | coveralls",
910
"prepublish":"npm run build",
1011
"pretest":"standard ./src/*.js",
1112
"test":"nyc --require babel-core/register mocha"
@@ -24,6 +25,7 @@
2425
"babel-core":"^6.2.1",
2526
"babel-preset-es2015":"^6.1.18",
2627
"chai":"^3.4.1",
28+
"coveralls":"^2.11.4",
2729
"mocha":"^2.3.4",
2830
"standard":"^5.4.1"
2931
},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp