summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-04-08 19:22:45 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-04-08 19:22:45 +0200
commitd71da23b49b8698c03a99ff4fa7a9d30c28df580 (patch)
treea0a8b3248814189f7e9a1dca919e6976864c5ae4 /.travis.yml
parenteef46f93e3aa293064be1656a1d0ce6c995fe5a0 (diff)
try to clone oc in travis build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
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