diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 9eb10a1..0000000 --- a/.travis.yml +++ /dev/null @@ -1,33 +0,0 @@ -language: python - -python: - - "3.7" - -env: - matrix: - # - EMACS=emacs24 # This is 24.3, while magit-popup.el requires 24.4. - - EMACS=emacs-snapshot - -install: - - if [ "$EMACS" = "emacs24" ]; then - sudo add-apt-repository -y ppa:cassou/emacs && - sudo apt-get update -qq && - sudo apt-get install -qq emacs24 emacs24-el; - fi - - if [ "$EMACS" = "emacs-snapshot" ]; then - sudo add-apt-repository -y ppa:ubuntu-elisp/ppa && - sudo apt-get update -qq && - sudo apt-get install -qq emacs-snapshot; - fi - - pip install snakemake - -before_script: - make .deps - -script: - make test EMACS=${EMACS} - -notifications: - email: - on_success: never - on_failure: always |