Commit 0242041 for jssip.net
commit 0242041e74a290988b8e989182dad45d6cd3494d
Author: Orgad Shaneh <orgad.shaneh@audiocodes.com>
Date: Mon Jan 12 18:28:21 2026 +0200
Purge travis file (#947)
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index eba5b3a..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,30 +0,0 @@
-# Just apply Travis-CI for these branches
-branches:
- only:
- - master
- - experimental
-
-language: node_js
-
-node_js:
-- 10
-- 12
-- 14
-
-install:
-- npm install
-
-before_script:
-- npm install -g gulp-cli
-- gulp devel
-
-script:
-- gulp dist
-
-notifications:
- email:
- recipients:
- - jmillan@aliax.net
- - ibc@aliax.net
- on_success: change
- on_failure: always