This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Fix travis setup
pull/15/head
10sr
9 years ago
parent
8fd8d1999d
commit
8572871b1a
1 changed files
with
11 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-5
.travis.yml
+ 11
- 5
.travis.yml
View File
@@ -1,8 +1,14 @@
language: shell
before_install:
- sudo apt-get update
install:
- sudo apt-get install zsh
script: make --debug=b test
sudo: false
env:
- EMACS=emacs24
addons:
apt:
sources:
- cassou-emacs
package:
- emacs24
- zsh
script: make --debug=b test emacs=$EMACS
notifications:
email: 8slashes+travis-ci@gmail.com
Write
Preview
Loading…
Cancel
Save