branch: elpa/dart-mode
commit 4e50d2c6446c69d9f3ff18efac5145a30d19cf9b
Author: Jen-Chieh Shen <[email protected]>
Commit: Jen-Chieh Shen <[email protected]>
ci: Remove travis
---
.travis.yml | 26 --------------------------
1 file changed, 26 deletions(-)
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 44bb8c1f924..00000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,26 +0,0 @@
-dist: trusty
-sudo: false
-
-language: generic
-
-env:
- - EVM_EMACS=emacs-24.3-travis
- - EVM_EMACS=emacs-24.4-travis
- - EVM_EMACS=emacs-24.5-travis
- - EVM_EMACS=emacs-25.1-travis
- - EVM_EMACS=emacs-25.2-travis
- - EVM_EMACS=emacs-25.3-travis
- - EVM_EMACS=emacs-26.1-travis
- - EVM_EMACS=emacs-26.2-travis
- - EVM_EMACS=emacs-git-snapshot-travis
-
-before_install:
-
- - curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh
&& source ./x.sh
- - evm install $EVM_EMACS --use --skip
-
-script:
- - make
-
-notifications:
- email: false