We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c63102 commit 30fcebbCopy full SHA for 30fcebb
.travis.yml
@@ -5,10 +5,10 @@ node_js:
5
before_script:
6
- export DISPLAY=:99.0
7
- sh -e /etc/init.d/xvfb start
8
- - npm install --quiet -g testacular
+ - npm install --quiet -g karma
9
- ./scripts/web-server.js > /dev/null &
10
- sleep 1 # give server time to start
11
12
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
+ - karma start config/karma.conf.js --no-auto-watch --single-run --reporters=dots --browsers=Firefox
+ - karma start config/karma-e2e.conf.js --reporters=dots --browsers=Firefox
0 commit comments