From a7ba3ec677d8aac674e5aad4197661d71bb6f561 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Tue, 4 Nov 2014 10:42:24 +0100 Subject: [PATCH] Use the env variable for the version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3624f1c..5c3563d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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