elpasync pushed a change to branch externals/loc-changes. from b313202f8d * el-get-install.el: Remove extraneous file new 2db4290567 http:// -> https:// new f9b44b2f19 Try to get TravisCi working again. new 0a55bcba68 Try to get TravisCI working new 3ff4725296 Merge branch 'externals/loc-changes' of https://git.sv.gnu.org/git/emacs/elpa new 622371e432 Add info on how to build and check
Summary of changes: .travis.yml | 16 +++------ Cask | 7 ++++ cask-install.el | 13 +++++++ el-get-install.el | 104 +++++++++++++++++++++++++++++++++++++++++++++++++++++ loc-changes.el | 10 ++++-- run-travis-ci.sh | 21 +++++++++++ test/Makefile.am | 22 ++++++++++-- test/test-basic.el | 15 +++----- 8 files changed, 183 insertions(+), 25 deletions(-) create mode 100644 Cask create mode 100644 cask-install.el create mode 100644 el-get-install.el create mode 100755 run-travis-ci.sh