Skip to content

Commit

Permalink
chore: install karma cli
Browse files Browse the repository at this point in the history
  • Loading branch information
btford committed Apr 23, 2015
1 parent 75c80be commit 59fec03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ install:
- mkdir -p $LOGS_DIR
- ./scripts/sauce_connect_setup.sh
- npm install
- npm install -g karma-cli
- ./npm-install.sh
- ./scripts/wait_for_browser_provider.sh

Expand Down
2 changes: 1 addition & 1 deletion scripts/test_on_sauce.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ trap killServer EXIT
SAUCE_ACCESS_KEY=`echo $SAUCE_ACCESS_KEY | rev`

#./node_modules/.bin/protractor protractor.conf.js --travis &
./node_modules/.bin/karma start karma.conf.js --sauce &
karma start karma.conf.js --sauce &
wait %2
#wait %2 %3

0 comments on commit 59fec03

Please sign in to comment.