Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 59fec03

Browse files
committed
chore: install karma cli
1 parent 75c80be commit 59fec03

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ install:
1515
- mkdir -p $LOGS_DIR
1616
- ./scripts/sauce_connect_setup.sh
1717
- npm install
18+
- npm install -g karma-cli
1819
- ./npm-install.sh
1920
- ./scripts/wait_for_browser_provider.sh
2021

scripts/test_on_sauce.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ trap killServer EXIT
1515
SAUCE_ACCESS_KEY=`echo $SAUCE_ACCESS_KEY | rev`
1616

1717
#./node_modules/.bin/protractor protractor.conf.js --travis &
18-
./node_modules/.bin/karma start karma.conf.js --sauce &
18+
karma start karma.conf.js --sauce &
1919
wait %2
2020
#wait %2 %3

0 commit comments

Comments
 (0)