Skip to content

Commit

Permalink
Call "npm run protractor"
Browse files Browse the repository at this point in the history
(to execute e2e test suite)
  • Loading branch information
bkimminich committed Sep 5, 2016
1 parent 917b96d commit 4306db2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ after_success:
- "./node_modules/.bin/lcov-result-merger 'build/reports/coverage/*/lcov.info' 'build/reports/coverage/lcov_merged.info'"
- "./node_modules/.bin/codeclimate-test-reporter < ./build/reports/coverage/lcov_merged.info"
- karma start karma.conf-ci.js
- webdriver-manager update
- node test/e2eTests.js
- npm run protractor
env:
global:
- secure: qT8aMCYSV2rLyn0csYUkPGABuj97LV30oK6hAMCLZJA3knU+uGj1+5vtkCF+5tVYHCVOYxaaBfARfB/6y/nG+sxwZyUrYfOvM1xozwaQnI+/V2hPv22msTC/9cW7I9RwyNxydxT7Rredbdhpi/5W6Wx7e7ARTbsdi7QYDMA/FOk=
Expand Down

0 comments on commit 4306db2

Please sign in to comment.