Browse Source

Remove the current working directoy from the Travis PATH environment variable.

Daniel Alm 8 years ago
parent
commit
22e505c9d6
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