Browse Source

Merge pull request #167 from MrMage/fix-travis-path

Remove the current working directoy from the Travis PATH environment variable
Tim Burks 7 years ago
parent
commit
2131cc82db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -38,7 +38,7 @@ addons:
 install: ./.travis-install.sh
 
 script: 
-  - export PATH=.:$HOME/local/bin:$PATH
+  - export PATH=$HOME/local/bin:$PATH
   - export LD_LIBRARY_PATH=$HOME/local/lib
   - make test
   - make test-plugin