This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leviolson
/
ham-website
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
adding travis-ci support
post_vjs2
Levi Olson
6 years ago
parent
f0b60a4193
commit
397473aa23
1 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
.travis.yml
+ 10
- 0
.travis.yml
View File
@ -0,0 +1,10 @@
language
:
node_js
node_js:
-
"iojs"
cache:
directories:
-
"node_modules"
before_install:
-
npm i -g mocha nyc
Write
Preview
Loading…
Cancel
Save