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
Do not pass dotfiles_dir value to makefile
pull/5/head
10sr
9 years ago
parent
c202622d7c
commit
1b5b2dd378
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.travis.yml
+ 1
- 1
.travis.yml
View File
@@ -3,6 +3,6 @@ before_install:
- sudo apt-get update
install:
- sudo apt-get install zsh
script: make --debug=b
dotfiles_dir=.
test
script: make --debug=b test
notifications:
email: 8slashes+travis-ci@gmail.com
Write
Preview
Loading…
Cancel
Save