Skip to content

Commit

Permalink
travis #5, deftest finder fix, different ppa for 24.4
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeochoa committed Nov 3, 2016
1 parent f540248 commit 525df6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:

install:
- if [ "$EMACS" = "emacs24" ]; then
sudo add-apt-repository -y ppa:cassou/emacs &&
sudo add-apt-repository -y ppa:fryda.tomas/emacs &&
sudo apt-get update -qq &&
sudo apt-get install -qq emacs24 emacs24-el &&
make install-deps;
Expand Down
2 changes: 1 addition & 1 deletion rjsx-tests.el
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Currently only forms with syntax errors are supported.
"%s\\(\\s-\\|$\\)")
"The regexp the `find-function' mechanisms use for finding RJSX test definitions.")

(setf (alist-get 'rjsx-deftest find-function-regexp-alist) 'rjsx--find-test-regexp)
(push '(rjsx-deftest . rjsx--find-test-regexp) find-function-regexp-alist)

(defun rjsx-find-test-advice (orig-fn test-name)
"Advice for `ert-find-test-other-window' (ORIG-FN) to find TEST-NAME."
Expand Down

0 comments on commit 525df6b

Please sign in to comment.