Skip to content

Commit

Permalink
Return to using $TRAVIS_BUILD_DIR (for flexibility)
Browse files Browse the repository at this point in the history
December's floundering was a response to travis-ci/travis-ci#1727,
which was subsequently fixed.
  • Loading branch information
jmarshall committed Mar 4, 2014
1 parent 4103c1f commit 10c3c60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,8 @@ compiler:

env:
global:
- HTSDIR=./htslib PATH=./tabix:$PATH
- HTSDIR=./htslib
- PATH=$TRAVIS_BUILD_DIR/tabix:$PATH

matrix:
include:
Expand Down

0 comments on commit 10c3c60

Please sign in to comment.