branch: elpa/swift-mode commit 2ca1425c90f26623519acd51a0c2d4fa429a891d Author: Chris Barrett <chris.d.barr...@me.com> Commit: Chris Barrett <chris.d.barr...@me.com>
Remove ackrc and travis yaml for now --- .ackrc | 4 ---- .travis.yml | 25 ------------------------- 2 files changed, 29 deletions(-) diff --git a/.ackrc b/.ackrc deleted file mode 100644 index fa8a0eb..0000000 --- a/.ackrc +++ /dev/null @@ -1,4 +0,0 @@ ---ignore-dir=.cask ---ignore-file=match:flycheck- ---ignore-file=match:info$ ---ignore-file=match:texi$ diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 7504435..0000000 --- a/.travis.yml +++ /dev/null @@ -1,25 +0,0 @@ -language: emacs-lisp -env: - - EMACS=emacs24 PATH="$HOME/.cask/bin:$PATH" - - EMACS=emacs-snapshot PATH="$HOME/.cask/bin:$PATH" - -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-el emacs-snapshot; - fi - - sudo apt-get install texinfo - - curl -fsSkL https://raw.github.com/cask/cask/master/go | python - -before_script: - - make env - -script: - - make info - - make check