Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
docxtemplater-image-module
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
npm
docxtemplater-image-module
Commits
ad1cd1f4
Commit
ad1cd1f4
authored
Apr 17, 2016
by
Edgar HIPP
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .travis.yml
parent
8712b064
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
.travis.yml
+5
-0
package.json
+2
-1
No files found.
.travis.yml
View file @
ad1cd1f4
...
...
@@ -2,6 +2,11 @@ language: node_js
sudo
:
false
script
:
-
npm test
-
npm run lint
-
npm run prepublish
node_js
:
-
"
0.12"
-
"
0.11"
...
...
package.json
View file @
ad1cd1f4
...
...
@@ -4,7 +4,8 @@
"description"
:
"Image Module for docxtemplater v1.0"
,
"main"
:
"js/index.js"
,
"scripts"
:
{
"compile"
:
"rm js -rf ; mkdir -p test/spec; mkdir -p js; babel es6 --out-dir js"
,
"compile"
:
"rm js -rf ; mkdir -p js; babel es6 --out-dir js"
,
"prepublish"
:
"npm run compile"
,
"test:compiled"
:
"mocha js/test.js"
,
"test:es6"
:
"mocha es6/test.js"
,
"lint"
:
"eslint ."
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment