Skip to content

Commit

Permalink
chore(testing): switch Jenkins to test e2e only on chrome
Browse files Browse the repository at this point in the history
End to end tests will continue to be run on Safari and Firefox on Travis.

Closes angular#6187
  • Loading branch information
juliemr authored and IgorMinar committed Feb 8, 2014
1 parent 5218c7b commit 600e621
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jenkins_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 600e621

Please sign in to comment.