From d71da23b49b8698c03a99ff4fa7a9d30c28df580 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 8 Apr 2014 19:22:45 +0200 Subject: try to clone oc in travis build --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index fac8bf949..a54420894 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,4 +23,5 @@ script: - wget https://phantomjs.googlecode.com/files/phantomjs-1.9.0-linux-x86_64.tar.bz2 - tar xjf phantomjs-1.9.0-linux-x86_64.tar.bz2 - sudo ln -s $(pwd)/phantomjs-1.9.0-linux-x86_64/bin/phantomjs /usr/bin/phantomjs - - make unit-tests && make javascript-tests + - make unit-tests + - make javascript-tests -- cgit v1.2.3