Skip to content

Commit

Permalink
Fixes the travis unit test call
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Bonneau <[email protected]>
  • Loading branch information
AlexandreBonneau committed Oct 15, 2019
1 parent f396eb2 commit 28e5e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"test:unitchp": "karma start test/unit/karma.conf.js --single-run --browsers ChromeHeadless --reporters 'progress'",
"test:unitheadless": "karma start test/unit/karma.conf.js --single-run --browsers FirefoxDeveloperHeadless,ChromeHeadless --reporters 'progress'",
"test:e2e": "wdio test/e2e/wdio.local.conf.js",
"travis:test": "test:unitheadless",
"travis:test": "yarn test:unitheadless",
"travis:lint": "yarn lint",
"es-check": "es-check es5 dist/*.js"
},
Expand Down

0 comments on commit 28e5e4e

Please sign in to comment.