Skip to content

Commit

Permalink
[ build ] set BUILD_DIR correctly when testing emacs mode
Browse files Browse the repository at this point in the history
  • Loading branch information
UlfNorell committed Jun 20, 2018
1 parent f151b61 commit a4e5f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -390,7 +390,7 @@ script:
fi

- if [[ $TEST = "MAIN" ]]; then
make testing-emacs-mode;
make BUILD_DIR=$BUILD_DIR testing-emacs-mode;
fi

- if [[ $TEST = "MAIN" ]]; then
Expand Down

0 comments on commit a4e5f12

Please sign in to comment.