Ver código fonte

Remove unnecessary "exec" from Travis script

Ryan C. Thompson 7 anos atrás
pai
commit
33f9a1d5d4
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -33,7 +33,7 @@ before_script:
   # Fix cask (See https://github.com/cask/cask/issues/399#issuecomment-331640427)
   - perl -ibak -lape 's{#!/usr/bin/env python}{#!/usr/bin/python}' "$(which cask)"
   # Check that cask is finding the right emacs
-  - cask exec emacs --version
+  - cask emacs --version
   # Install elisp dependencies
   - cask install