Skip to content

Commit

Permalink
Add environment variables for Travis
Browse files Browse the repository at this point in the history
Ref #294
  • Loading branch information
algorys committed Apr 1, 2018
1 parent c47690a commit add4ccc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ before_script:
- sleep 3
# Export ALIGNAKAPP_APP_DIR, only needed for Travis.
- export ALIGNAKAPP_APP_DIR=$HOME/.local/alignak_app
- export ALIGNAKAPP_USR_DIR=$HOME/.local/alignak_app
- export ALIGNAKAPP_LOG_DIR=$HOME/.local/alignak_app

install:
- ./test/setup_test.sh
Expand Down

0 comments on commit add4ccc

Please sign in to comment.