File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ module.exports = function(config) {
2929 } ,
3030
3131 customLaunchers : {
32- Chrome_travis_ci : {
32+ Chrome_travis_ci : {
3333 base : 'Chrome' ,
3434 flags : [ '--no-sandbox' ]
3535 }
@@ -38,5 +38,6 @@ module.exports = function(config) {
3838
3939 if ( process . env . TRAVIS ) {
4040 config . browsers = [ 'Chrome_travis_ci' ] ;
41+ config . singleRun = true ;
4142 }
4243}
Original file line number Diff line number Diff line change 88 },
99 "scripts" : {
1010 "start" : " node scripts/web-server.js" ,
11- "test" : " scripts/test .sh"
11+ "test" : " scripts/all-tests .sh"
1212 },
1313 "devDependencies" : {
1414 "jasmine-core" : " ^2.99.1" ,
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+ BASE_DIR=` dirname $0 `
3+ $BASE_DIR /test.sh
4+ $BASE_DIR /e2e-test.sh
You can’t perform that action at this time.
0 commit comments