Skip to content

Commit

Permalink
Merge pull request #229 from ashawley/travis-matrix
Browse files Browse the repository at this point in the history
Fewer Travis builds
  • Loading branch information
ashawley authored Jun 26, 2018
2 parents db03589 + c96b34e commit 0fdfeee
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,14 @@ env:

matrix:
exclude:
- scala: 2.13.0-M3
env: SCALAJS_VERSION=1.0.0-M3
- jdk: oraclejdk9
env: SCALAJS_VERSION=0.6.23
- jdk: oraclejdk9
env: SCALAJS_VERSION=1.0.0-M3
- scala: 2.11.12
jdk: oraclejdk8
- scala: 2.11.12
jdk: oraclejdk9
- scala: 2.12.6
jdk: openjdk6
- scala: 2.13.0-M3
Expand Down

0 comments on commit 0fdfeee

Please sign in to comment.