This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
spacemacs/.travis.yml

13 lines
253 B
YAML
Raw Normal View History

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