Fork me on GitHub
#testing
<
2017-09-14
>
mogenslund17:09:03

Hi all, I have create a sample project for using WebDriver with Clojure and Liquid. Feel free to try it out: https://github.com/mogenslund/liquid-webdriver It can be used as a templete for your own projects. There is also a walkthrough video on the page. Enjoy!

bago19:09:41

Hello guys, any thought on what could be wrong with this travis ci log https://travis-ci.org/open-company/open-company-web/jobs/275478282 ? it’s running in debug mode, i login, download the latest phantom (used to test my React/Rum components), download boot.sh (tried latest and 2.7.2), at the first run of boot it downloads all the dependencies, from this time all boot commands exit w/o any output nor errors

travis@testing-gce-4c68c43d-9ae9-45c5-ac1e-709f7989f4c1:~/build/open-company/open-company-web$ boot repl -e '(System/exit 0)'
Downloading ...
Retrieving clojure-1.9.0-alpha13.pom from  (8k)
...
Retrieving slf4j-api-1.8.0-alpha2.jar from  (43k)
travis@testing-gce-4c68c43d-9ae9-45c5-ac1e-709f7989f4c1:~/build/open-company/open-company-web$ boot test!
travis@testing-gce-4c68c43d-9ae9-45c5-ac1e-709f7989f4c1:~/build/open-company/open-company-web$ boot pdev
travis@testing-gce-4c68c43d-9ae9-45c5-ac1e-709f7989f4c1:~/build/open-company/open-company-web$ boot target
^Ctravis@testing-gce-4c68c43d-9ae9-45c5-ac1e-709f7989f4c1:~/build/open-company/open-company-web$ boot pstaging-prodstaging-build
ot-clj/boot-bin/releases/download/2.7.2/boot.sh && chmod 755 boot"v phantomjs /usr/local/phantomjs/bin/phantomjs
04.tar.bz2js-2.0.0-ubuntu-12.04.tar.bz2
ot-clj/boot-bin/releases/download/2.7.2/boot.sh && chmod 755 boot"/exit 0)'
it looks like it just exit, no error, no explanation, nothing