aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2021-10-17 17:57:47 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2021-10-17 17:57:47 +0200
commit50942eaa91b8d7a5e194445880ba66c27d132db6 (patch)
treeafad8e4c66dc2c3f3b880f06fecaafb62b6fb17c /.travis.yml
parent6759423b8743cc13e8723a97e8fabe9e97fb192f (diff)
downloaddotfiles-50942eaa91b8d7a5e194445880ba66c27d132db6.tar.gz
dotfiles-50942eaa91b8d7a5e194445880ba66c27d132db6.zip
ci: travis -> github
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml36
1 files changed, 0 insertions, 36 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 1f9df2f..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,36 +0,0 @@
-language: nix
-
-env:
- - EMACS_CI=emacs-25-3
- - EMACS_CI=emacs-26-3
- - EMACS_CI=emacs-snapshot
-
-install:
- # mu4e
- - sudo apt-get -qq update
- - sudo apt-get install -y maildir-utils
- - pushd /tmp
- - wget https://github.com/djcb/mu/releases/download/v1.0/mu-1.0.tar.xz
- - tar xJvf mu-1.0.tar.xz
- - sudo cp -r mu-1.0/mu4e /usr/share/emacs/site-lisp/
- - popd
-
- # GNU Emacs itself through nix.
- - bash <(curl https://raw.githubusercontent.com/purcell/nix-emacs-ci/master/travis-install)
-
- # Install the soria theme, which has been previously downloaded.
- - git clone https://github.com/mssola/soria.git
- - cp soria/soria-theme.el .emacs.d/soria-theme.el
-
- # writer-mode
- - mkdir -p $HOME/src/github.com/mssola/
- - cd $HOME/src/github.com/mssola/
- - git clone https://github.com/mssola/writer-mode.git
-
- # Linters: shellcheck (shell) and rubocop (ruby).
- - sudo apt-get install -y shellcheck ruby
- - gem install rubocop
-
-script:
- - cd $TRAVIS_BUILD_DIR
- - make test