UNPKG
ara-console
Version:
latest (0.3.0)
0.3.0
0.2.2
0.2.1
Logging functions for Ara modules so logging is consistent.
ara-console
/
.travis.yml
12 lines
(11 loc)
•
145 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
language: node_js
node_js:
-
"8"
install:
- npm install
script:
- npm run test - npm run lint
cache:
directories: -
"node_modules"