This website works better with JavaScript
Home
Explore
Help
Sign In
hugh
/
javascript-obfuscator
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
added .travis.yml
sanex3339
9 years ago
parent
400086dc66
commit
172e0d59f9
1 changed files
with
7 additions
and
0 deletions
Split View
Show Diff Stats
7
0
.travis.yml
+ 7
- 0
.travis.yml
View File
@@ -0,0 +1,7 @@
+sudo: false
+language: node_js
+node_js:
+ - "0.10"
+ - "0.12"
+ - "4"
+ - "stable"