Skip to content

Commit bbe67df

Browse files
committed
Merge pull request #12 from dignifiedquire/dignified
Use dignified.js
2 parents f62023f + 8849d90 commit bbe67df

File tree

10 files changed

+27
-75848
lines changed

10 files changed

+27
-75848
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ build/Release
2525
# Dependency directory
2626
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
2727
node_modules
28+
29+
lib
30+
dist

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
language: node_js
22
node_js:
3-
- "4.0"
4-
5-
branches:
6-
only:
7-
- master
3+
- 4
4+
- 5
85

96
before_install:
107
- npm i -g npm
@@ -18,4 +15,5 @@ before_script:
1815
- sh -e /etc/init.d/xvfb start
1916

2017
script:
18+
- npm run lint
2119
- npm test

0 commit comments

Comments
 (0)