This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
library
mirror of
https://github.com/VCVRack/library.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Disable email notifications in Travis
pull/250/head
Andrew Belt
7 years ago
parent
eea599ceb1
commit
342d64e120
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
.travis.yml
+ 4
- 1
.travis.yml
View File
@@ -4,4 +4,7 @@ node_js:
before_install:
- git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"
- git fetch
- git fetch
notifications:
email: false
Write
Preview
Loading…
Cancel
Save