Pārlūkot izejas kodu

Byte-compile files in Travis CI script

The file is byte-compiled after running the tests because
undercover.el needs to run in interpreted mode.
Ryan C. Thompson 7 gadi atpakaļ
vecāks
revīzija
381b130ea1
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -30,4 +30,5 @@ before_script:
   - cask install
 
 script:
-  cask exec buttercup -L .
+  - cask exec buttercup -L .
+  - cask exec emacs -Q -L . -batch -f batch-byte-compile *.el