Scaffold: Normalize project · gulpjs/glob-stream@39ef616 · GitHub
Skip to content

Commit 39ef616

Browse files
committed
Scaffold: Normalize project
1 parent b6aae57 commit 39ef616

5 files changed

Lines changed: 24 additions & 22 deletions

File tree

.editorconfig

Lines changed: 1 addition & 2 deletions

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
sudo: false
21
language: node_js
32
node_js:
4-
- 'stable'
3+
- '6'
4+
- '5'
55
- '4'
66
- '0.12'
77
- '0.10'

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 Blaine Bublitz, Eric Schoffstall and other contributors
3+
Copyright (c) 2015-2017 Blaine Bublitz <blaine.bublitz@gmail.com>, Eric Schoffstall <yo@contra.io> and other contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

appveyor.yml

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,25 @@
1-
# Test against these versions of Node.js
1+
# http://www.appveyor.com/docs/appveyor-yml
2+
# http://www.appveyor.com/docs/lang/nodejs-iojs
3+
24
environment:
35
matrix:
46
# node.js
5-
- nodejs_version: "6.0"
6-
- nodejs_version: "5.0"
7-
- nodejs_version: "4.0"
8-
- nodejs_version: "0.12"
97
- nodejs_version: "0.10"
8+
- nodejs_version: "0.12"
9+
- nodejs_version: "4"
10+
- nodejs_version: "5"
11+
- nodejs_version: "6"
1012

11-
# Install scripts. (runs after repo cloning)
1213
install:
13-
# Get the latest stable version of Node.js or io.js
1414
- ps: Install-Product node $env:nodejs_version
15-
# install modules
1615
- npm install
1716

18-
# Post-install test scripts.
1917
test_script:
20-
# Output useful info for debugging.
2118
- node --version
2219
- npm --version
23-
# run tests
24-
- npm test
20+
- cmd: npm test
2521

26-
# Don't actually build.
2722
build: off
23+
24+
# build version format
25+
version: "{build}"

package.json

Lines changed: 9 additions & 4 deletions

0 commit comments

Comments
 (0)