Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Include GUI and headless browser for CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
semperos committed Jan 20, 2014
1 parent 784e5b9 commit f66e6a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion script/test-ci
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env sh

lein2 test clj-webdriver.test.firefox
# The executable used is 'lein2' for compatiblity with Travis CI.
# Make a local symlink if yours is just named 'lein'
lein2 test clj-webdriver.test.firefox && lein2 test clj-webdriver.test.phantomjs

0 comments on commit f66e6a7

Please sign in to comment.