-
Notifications
You must be signed in to change notification settings - Fork 281
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into evil-ex-grammar
- Loading branch information
Showing
17 changed files
with
437 additions
and
2,740 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,6 @@ | |
*.vr | ||
*.vrs | ||
.depend | ||
evil-autoloads.el | ||
test-results.txt | ||
typescript |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,29 @@ | ||
language: generic | ||
sudo: true | ||
language: nix | ||
|
||
os: | ||
- linux | ||
|
||
env: | ||
global: | ||
- CURL="curl -fsSkL --retry 9 --retry-delay 9" | ||
matrix: | ||
- EMACS_VERSION=24.3 | ||
- EMACS_VERSION=24.5 | ||
- EMACS_VERSION=25.3 | ||
- EMACS_VERSION=26.1 | ||
- EMACS_VERSION=master | ||
- EMACS_CI=emacs-24-5 | ||
- EMACS_CI=emacs-25-3 | ||
- EMACS_CI=emacs-26-3 | ||
- EMACS_CI=emacs-snapshot | ||
|
||
matrix: | ||
allow_failures: | ||
- env: EMACS_VERSION=master | ||
|
||
before_install: | ||
- sudo apt-get update | ||
- sudo apt-get install -y aspell aspell-en # required for flyspell test | ||
- env: EMACS_CI=emacs-snapshot | ||
|
||
install: | ||
- $CURL -O https://github.com/npostavs/emacs-travis/releases/download/bins/emacs-bin-${EMACS_VERSION}.tar.gz | ||
- tar -xaf emacs-bin-${EMACS_VERSION}.tar.gz -C / | ||
- export EMACS=/tmp/emacs/bin/emacs | ||
- bash <(curl https://raw.githubusercontent.com/purcell/nix-emacs-ci/master/travis-install) | ||
|
||
script: | ||
- $EMACS --version | ||
- emacs=$EMACS make test | ||
- emacs --version | ||
- script -eqc 'make test' > /dev/null | ||
|
||
after_script: | ||
- cat test-results.txt | ||
|
||
notifications: | ||
email: | ||
# Default is change, but that includes a new branch's 1st success. | ||
on_success: never | ||
on_failure: always |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.