Skip to content

Commit

Permalink
Fixes Travis matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpedromoreno committed Feb 21, 2020
1 parent acfc219 commit 1026500
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,21 @@ install:
- gem install jekyll -v 4

stages:
- tests
- deploy
- microsite
- test
- deploy
- microsite

jobs:
include:
- stage: tests
- name: "Tests, coverage and docs compilation"
script:
- curl -s https://codecov.io/bash > .codecov
- sed -i -e 's/TRAVIS_.*_VERSION/^TRAVIS_.*_VERSION=/' .codecov
- chmod +x .codecov
- sbt ++$TRAVIS_SCALA_VERSION clean test coverageReport coverageAggregate docs/makeMicrosite
- ./.codecov -X gcov
- stage: deploy
name: "Publish artifacts"
scala: 2.13.1
if: branch = master AND type != pull_request
script:
Expand All @@ -55,6 +56,7 @@ jobs:
sbt release;
fi
- stage: microsite
name: "Publish microsite"
scala: 2.13.1
if: branch = master AND type != pull_request
script:
Expand Down

0 comments on commit 1026500

Please sign in to comment.