try to clone oc in travis build

This commit is contained in:
Bernhard Posselt 2014-04-08 19:22:45 +02:00
Родитель eef46f93e3
Коммит d71da23b49
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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