[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/julia-mode 199693d8e3 1/2: Delete .travis.yml
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/julia-mode 199693d8e3 1/2: Delete .travis.yml |
Date: |
Tue, 5 Nov 2024 19:01:22 -0500 (EST) |
branch: elpa/julia-mode
commit 199693d8e391efcaffb30ed0c60e4af0b2fb55c9
Author: Viral B. Shah <viral@mayin.org>
Commit: GitHub <noreply@github.com>
Delete .travis.yml
---
.travis.yml | 30 ------------------------------
1 file changed, 30 deletions(-)
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 11f5407c98..0000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,30 +0,0 @@
-language: minimal
-sudo: required
-dist: xenial
-env:
- matrix:
- - EMACS=emacs24
- - EMACS=emacs25
- - EMACS=emacs-snapshot
-
-matrix:
- allow_failures:
- - env: EMACS=emacs-snapshot
-
-branches:
- only:
- - master
-
-install:
- - if [ "$EMACS" = 'emacs25' ] || [ "$EMACS" = 'emacs-snapshot' ]; then
- sudo add-apt-repository -y ppa:ubuntu-elisp/ppa;
- fi
- - sudo apt-get -qq update && sudo apt-get -qq -f install && sudo apt-get -qq
install $EMACS $EMACS-el
-
-script:
- - $EMACS --version
- - $EMACS --batch -L . --eval "(and (>= emacs-major-version 24) (setq
byte-compile-error-on-warn t))" -f batch-byte-compile julia-mode.el
- - $EMACS -batch -L . -l ert -l julia-mode-tests.el -f
ert-run-tests-batch-and-exit;
-
-notifications:
- email: false