Skip to content

Commit

Permalink
Run against all RC versions of Immutable, and re-organize the Travis …
Browse files Browse the repository at this point in the history
…config file a little
  • Loading branch information
astorije authored Apr 21, 2019
1 parent 48169f3 commit 939a6db
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,16 @@ os:
- linux
- osx

matrix:
include:
- env: IMMUTABLE_VERSION=^4.0.0-rc

install:
- yarn install --frozen-lockfile

before_script:
- if [ "$IMMUTABLE_VERSION" ]; then yarn add --dev immutable@$IMMUTABLE_VERSION; fi

after_script:
- if [[ "$TRAVIS_OS_NAME" == "linux" && "$TRAVIS_NODE_VERSION" == "11" ]]; then yarn coveralls; fi

Expand All @@ -22,13 +29,6 @@ notifications:
on_success: never
on_failure: always

before_script:
- 'if [ "$IMMUTABLE_VERSION" ]; then yarn add immutable@$IMMUTABLE_VERSION; fi'

matrix:
include:
- env: IMMUTABLE_VERSION=4.0.0-rc.12

# Identifies `a.b.c-xxx.n` tags as pre-releases, and `a.b.c` as stable releases
before_deploy: |
function dist_tag() {
Expand Down

0 comments on commit 939a6db

Please sign in to comment.