Skip to content

Commit

Permalink
travis: prefer system-default Python
Browse files Browse the repository at this point in the history
  • Loading branch information
yoursunny committed Jul 22, 2017
1 parent 72d0aa7 commit e410cdd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -17,6 +17,8 @@ env:
- PROJECT=repo-ng
- PROJECT=ndn-tools
- PROJECT=ndn-traffic-generator
before_install:
- export PATH=$(echo $PATH | tr ':' "\n" | sed '/\/opt\/python/d' | tr "\n" ":" | sed "s|::|:|g")
install:
- ./deps_ndn-cxx.sh
- 'if [[ -f ./deps_${PROJECT}.sh ]]; then ./deps_${PROJECT}.sh; fi'
Expand Down

0 comments on commit e410cdd

Please sign in to comment.