Fix Travis, attempt 4

Travis seems to consider the # character in a funny way.
This commit is contained in:
Nathaniel Nicandro 2018-11-16 02:39:50 -06:00
parent b889a29d36
commit 3515b30b9a

View file

@ -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