UNPKG
sylius-axios-api
Version:
latest (0.2.2)
0.2.2
0.2.1
Sylius-axois-api
github.com/sdleiw/sylius-axios-api
sdleiw/sylius-axios-api
sylius-axios-api
/
.travis.yml
12 lines
(11 loc)
•
191 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
language:
node_js
node_js:
-
"8"
script:
-
npm
run
lint
-
npm
run
test:coverage
after_success:
npm
run
test:report
notifications:
email:
on_success:
never
on_failure:
always