Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
chore(.travies): split into jobs/stages
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed May 18, 2017
1 parent 370de56 commit bc93622
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,15 @@ addons:
- google-chrome-stable

script:
- yarn run pretest
- yarn run build
- yarn run test:headless
- travis_retry karma start --single-run --reporters mocha karma.conf.js

cache: yarn

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

0 comments on commit bc93622

Please sign in to comment.