Skip to content

Commit

Permalink
Merge 87ce323 into cc422f2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmacp committed May 2, 2019
2 parents cc422f2 + 87ce323 commit e2698d6
Show file tree
Hide file tree
Showing 6 changed files with 8,336 additions and 56 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,4 +1,5 @@
.DS_Store
coverage
node_modules/
scripts/*.svg
scripts/*.svg
.nyc_output/
16 changes: 4 additions & 12 deletions .travis.yml
Expand Up @@ -6,21 +6,13 @@ notifications:
slack: dadi:pnhiL60xOrm7GOglHUmb7xHK
email: false
node_js:
- '6'
- '4'
- '8'
- '10'
- 'lts/*'
before_script:
- npm prune
after_success:
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
- /^v\d+\.\d+\.\d+$/
4 changes: 2 additions & 2 deletions README.md
@@ -1,9 +1,9 @@
<img src="https://dadi.tech/assets/products/dadi-web-full.png" alt="DADI Web" height="65"/>
<img src="https://dadi.cloud/assets/products/dadi-web-full.png" alt="DADI Web" height="65"/>

## Handlebars.js engine interface

[![npm (scoped)](https://img.shields.io/npm/v/@dadi/web-handlebars.svg?maxAge=10800&style=flat-square)](https://www.npmjs.com/package/@dadi/web-handlebars)
[![coverage](https://img.shields.io/badge/coverage-66%25-yellow.svg?style=flat?style=flat-square)](https://github.com/dadi/web-handlebars)
[![Coverage Status](https://coveralls.io/repos/github/dadi/web-handlebars/badge.svg?branch=master)](https://coveralls.io/github/dadi/web-handlebars?branch=master)
[![Build Status](https://travis-ci.org/dadi/web-handlebars.svg?branch=master)](https://travis-ci.org/dadi/web-handlebars)
[![JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](http://standardjs.com/)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)](https://github.com/semantic-release/semantic-release)
Expand Down

0 comments on commit e2698d6

Please sign in to comment.