Browse Source

set dotfiles_dir when testing

pull/5/head
10sr 9 years ago
parent
commit
a1b403bbb2
1 changed files with 1 additions and 1 deletions
  1. +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 test
script: make --debug=b dotfiles_dir=. test
notifications:
email: 8slashes+travis-ci@gmail.com

Loading…
Cancel
Save