Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 0b656c5

Browse files
_pantschrismilleruk
authored andcommitted
"testacular" -> "karma" in travis config
1 parent 90e1934 commit 0b656c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ node_js:
55
before_script:
66
- export DISPLAY=:99.0
77
- sh -e /etc/init.d/xvfb start
8-
- npm install --quiet -g testacular
8+
- npm install --quiet -g karma
99
- ./scripts/web-server.js > /dev/null &
1010
- sleep 1 # give server time to start
1111

1212
script:
13-
- testacular start config/testacular.conf.js --no-auto-watch --single-run --reporters=dots --browsers=Firefox
14-
- testacular start config/testacular-e2e.conf.js --reporters=dots --browsers=Firefox
13+
- karma start config/karma.conf.js --no-auto-watch --single-run --reporters=dots --browsers=Firefox
14+
- karma start config/karma-e2e.conf.js --reporters=dots --browsers=Firefox

0 commit comments

Comments
 (0)