Skip to content

Commit

Permalink
[FIX] Fix ofx error on travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
NL66278 committed Dec 14, 2016
1 parent f3e642c commit bed7da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -30,7 +30,7 @@ virtualenv:
install:
- git clone https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
- pip install ofxparse
- pip install git+https://github.com/jseutter/ofxparse.git
- travis_install_nightly
# example: dependency
# - git clone https://github.com/OCA/webkit-tools -b ${VERSION} $HOME/webkit-tools
Expand Down

0 comments on commit bed7da9

Please sign in to comment.