mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 07:41:37 -05:00
Fix Travis, attempt 4
Travis seems to consider the # character in a funny way.
This commit is contained in:
parent
b889a29d36
commit
3515b30b9a
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ install:
|
|||
- make dev
|
||||
- cd $(cask package-directory)
|
||||
# Build the zmq module
|
||||
- cask eval "(cl-letf (((symbol-function #'read-string) (lambda (&rest _) \"y\"))) (require 'zmq))"
|
||||
- cask eval "(cl-letf (((symbol-function 'read-string) (lambda (&rest _) \"y\"))) (require 'zmq))"
|
||||
script:
|
||||
- cd $TRAVIS_BUILD_DIR
|
||||
- make test
|
||||
|
|
Loading…
Add table
Reference in a new issue