UNPKG
leagueofcomicgeeks
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
Unofficial Node.js library for interacting with League of Comic Geeks
leagueofcomicgeeks
/
.travis.yml
7 lines
(6 loc)
•
182 B
YAML
View Raw
1
2
3
4
5
6
7
language: node_js node_js: -
"7"
script: -
if
[
"
$TRAVIS_EVENT_TYPE
"
=
"cron"
];
then
npm run test-integration;
fi
-
if
[
"
$TRAVIS_EVENT_TYPE
"
!=
"cron"
];
then
npm run
test
;
fi