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 (
#2687
)
timelineLocalsFrEs
Alexander Wunschik
7 years ago
committed by
yotamberk
parent
66a67727ac
commit
c16bf0fe31
1 changed files
with
3 additions
and
1 deletions
Unified 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"
node_js
:
"6"
before_script:
before_script:
-
npm install -g gulp
-
npm install -g gulp
script
:
gulp
script:
-
gulp
-
npm test
Write
Preview
Loading…
Cancel
Save