This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
file-convert
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
4
Wiki
Activity
Browse Source
Added travis.yml config.
tags/v1.0.0
Kalimuthu Selvaraj
5 years ago
parent
0246fa8d97
commit
9861c559b6
1 changed files
with
10 additions
and
0 deletions
Split View
Show Diff Stats
10
0
.travis.yml
+ 10
- 0
.travis.yml
View File
@@ -0,0 +1,10 @@
language: node_js
node_js:
- stable
install:
- npm install
script:
- npm test
Write
Preview
Loading…
Cancel
Save