chore(testing): switch Jenkins to test e2e only on chrome

End to end tests will continue to be run on Safari and Firefox on Travis.

Closes #6187
This commit is contained in:
Julie
2014-02-07 17:49:47 -08:00
committed by Igor Minar
parent 5218c7bbdc
commit 600e6218fe

View File

@@ -32,8 +32,6 @@ grunt test:unit --browsers $BROWSERS --reporters=dots,junit --no-colors --no-col
# END TO END TESTS #
grunt test:ci-protractor
grunt test:ci-protractor --browser safari
grunt test:ci-protractor --browser firefox
# Promises/A+ TESTS #
grunt test:promises-aplus --no-color