create seperate stage for browser tests

This commit is contained in:
Harry Sarson 2018-05-02 16:37:22 +01:00
parent 18b9979dad
commit 584f4e8bfe
No known key found for this signature in database
GPG Key ID: E0C19F975E57A6CE

View File

@ -6,5 +6,6 @@ node_js:
jobs:
include:
- script: npm test
- script: npm run karma
- stage: browser-tests
node_js: 8
script: npm run karma