UNPKG
perioda
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
Periodical task runner
github.com/djelic/perioda
djelic/perioda
perioda
/
.gitlab-ci.yml
19 lines
(15 loc)
•
206 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
cache:
paths:
-
node_modules/
before_script:
-
npm
install
test-4:
stage:
test
image:
node:4
script:
-
npm
test
test-latest:
stage:
test
image:
node:latest
script:
-
npm
test