spacemacs/.travis.yml
Eivind Fonn c6ba7d9300 Refactor test system
Should allow easier testing of layers, not just core
2015-08-31 21:16:34 -04:00

14 lines
254 B
YAML

branches:
only:
- master
- develop
before_install:
sudo add-apt-repository -y ppa:ubuntu-elisp/ppa &&
sudo apt-get -qq update &&
sudo apt-get -qq -f install &&
sudo apt-get -qqy install emacs-snapshot;
script:
./travis/run_build.sh