Use the env variable for the version

This commit is contained in:
Guewen Baconnier
2014-11-04 10:42:24 +01:00
parent 2fd5e42cdc
commit a7ba3ec677

View File

@@ -22,7 +22,7 @@ install:
- pip install pycups==1.9.66
- pip install PyPDF2==1.18
- pip install requests
- git clone https://github.com/OCA/reporting-engine -b 8.0 $HOME/reporting-engine
- git clone https://github.com/OCA/reporting-engine -b ${VERSION} $HOME/reporting-engine
script:
- travis_run_tests