[root@localhost ~]# mkdir /centos_chroot
[root@localhost ~]# mkdir -p /centos_chroot/var/lib/rpm
| #!/bin/sh | |
| # This script will setup Evm (Emacs Version Manager) and Cask on | |
| # Travis to use for Emacs Lisp testing. | |
| # | |
| # In .travis.yml, add this: | |
| # | |
| # - curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh && source ./x.sh | |
| # | |
| # Emacs 24.3 is installed in the above script because Cask requires |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |