add mocha tests to travis, remove makefile
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
--colors
|
||||
--reporter spec
|
||||
--timeout 4000
|
||||
--ignore-leaks
|
||||
--growl
|
||||
--debug
|
||||
--compilers coffee:coffee-script
|
||||
|
||||
+1
-1
@@ -17,4 +17,4 @@ NODE_PID=$!
|
||||
trap "kill $NODE_PID && curl http://localhost:4444/selenium-server/driver/?cmd=shutDownSeleniumServer" EXIT
|
||||
|
||||
sleep 3 # Wait for Selenium
|
||||
grunt karma:continuous && ./node_modules/protractor/bin/protractor protractor.conf.js
|
||||
mocha && grunt karma:continuous && ./node_modules/protractor/bin/protractor protractor.conf.js
|
||||
|
||||
Reference in New Issue
Block a user