Skip to content

Commit

Permalink
fix(.travis): test not run properly
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed Oct 23, 2017
1 parent 031d3b7 commit 76cd700
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Expand Up @@ -13,6 +13,7 @@ before_install:
install:
- yarn install
- yarn run build
- yarn run build:respec-w3c-common

addons:
# firefox: latest
Expand All @@ -22,7 +23,9 @@ cache: yarn

jobs:
include:
- stage: Test build
script: yarn run pretest
script: yarn run test:headless
script: travis_retry karma start --single-run --reporters mocha karma.conf.js
- stage: Headless
script:
- yarn run test:headless
- stage: Karma
script:
- travis_retry karma start --single-run --reporters mocha karma.conf.js

0 comments on commit 76cd700

Please sign in to comment.