UNPKG
gulp-once
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
Only pass through files once until changed
corneliusio/gulp-once
gulp-once
/
.travis.yml
15 lines
(14 loc)
•
253 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language:
node_js
node_js:
-
12
-
10
-
8
before_install:
-
curl
-o-
-L
https://yarnpkg.com/install.sh
|
bash
-
export
PATH="$HOME/.yarn/bin:$PATH"
deploy:
provider:
npm
email:
guy@cornelius.dev
api_key:
$NPM_API_KEY
on:
tags:
true