From 199693d8e391efcaffb30ed0c60e4af0b2fb55c9 Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Tue, 5 Nov 2024 18:15:42 -0500 Subject: [PATCH] Delete .travis.yml --- .travis.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 11f5407..0000000 --- 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