UNPKG
mystash
Version:
latest (0.2.0)
0.2.0
Personal finance app
github.com/jozsi/mystash
jozsi/mystash
mystash
/
.travis.yml
10 lines
(9 loc)
•
127 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
language: node_js
node_js:
-
"8"
services:
- mongodb
before_script:
- ln -s .env.example .env
after_success:
- codecov