This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-vis
mirror of
https://github.com/jrtechs/vis.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
82
Wiki
Activity
Browse Source
feat(tests): run mocha tests in travis ci
runTests
Alexander Wunschik
7 years ago
parent
66a67727ac
commit
f7b3940f26
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
.travis.yml
+ 3
- 1
.travis.yml
View File
@ -2,4 +2,6 @@ language: node_js
node_js
:
"6"
before_script:
-
npm install -g gulp
script
:
gulp
script:
-
gulp
-
npm test
Write
Preview
Loading…
Cancel
Save