Skip to content

Commit

Permalink
36th Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam-Chen committed Jul 4, 2017
1 parent 00adbbe commit 2bc82cd
Show file tree
Hide file tree
Showing 4 changed files with 1,072 additions and 164 deletions.
14 changes: 6 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
os: linux
dist: trusty
sudo: required

language: node_js
node_js: stable
cache: yarn

branches:
only: master
cache:
yarn: true
directories: node_modules

script: yarn test

script: npm test
after_success: yarn run coverage

notifications:
email:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# rollup-plugin-posthtml-template [![Build Status](https://travis-ci.org/Vanilla-IceCream/rollup-plugin-posthtml-template.svg?branch=master)](https://travis-ci.org/Vanilla-IceCream/rollup-plugin-posthtml-template)
# rollup-plugin-posthtml-template [![Build Status](https://travis-ci.org/Vanilla-IceCream/rollup-plugin-posthtml-template.svg?branch=master)](https://travis-ci.org/Vanilla-IceCream/rollup-plugin-posthtml-template) [![Coverage Status](https://coveralls.io/repos/github/Vanilla-IceCream/rollup-plugin-posthtml-template/badge.svg?branch=master)](https://coveralls.io/github/Vanilla-IceCream/rollup-plugin-posthtml-template?branch=master)

Seamless integration between Rollup and PostHTML.

Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"module": "dist/rollup-plugin-posthtml-template.es.js",
"scripts": {
"test": "jest --coverage",
"coverage": "cat ./coverage/lcov.info | coveralls",
"build": "rollup -c",
"example": "cd example && rollup -c && lite-server"
},
Expand All @@ -29,13 +30,14 @@
},
"devDependencies": {
"babel-jest": "^20.0.3",
"babel-preset-latest": "^6.24.0",
"babel-preset-latest": "^6.24.1",
"coveralls": "^2.13.1",
"jest": "^20.0.4",
"lite-server": "^2.3.0",
"posthtml-include": "^1.1.0",
"posthtml-sugarml": "^1.0.0-alpha3",
"regenerator-runtime": "^0.10.5",
"rollup": "^0.41.6",
"rollup": "^0.43.0",
"rollup-plugin-buble": "^0.15.0"
},
"jest": {
Expand Down

0 comments on commit 2bc82cd

Please sign in to comment.