Skip to content

Commit

Permalink
Output elixir version
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenvanvliet committed May 8, 2019
1 parent 96367c7 commit 60c5d68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ before_install:
fi
- export PATH=$PATH:$PWD/stripe-mock/stripe-mock_${STRIPE_MOCK_VERSION}/
script:
- echo "$TRAVIS_ELIXIR_VERSION"
- |
if [ -z "$TRAVIS_ELIXIR_VERSION" ] || [ $(version $TRAVIS_ELIXIR_VERSION) -ge $(version "1.8.0") ]; then
MIX_ENV=test mix format --dry-run --check-formatted
Expand Down

0 comments on commit 60c5d68

Please sign in to comment.