Skip to content

Commit

Permalink
Merge pull request #74 from gmile/test-on-more-ex-versions
Browse files Browse the repository at this point in the history
Test on more elixir versions
  • Loading branch information
joshsmith authored Mar 10, 2017
2 parents f00f396 + 90dfe2d commit 224cea4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
language: elixir
elixir:
- 1.2.3
- 1.3.4
- 1.4.2
otp_release:
- 18.2
- 19.2
matrix:
exclude:
- elixir: 1.4.2
otp_release: 18.2
- elixir: 1.3.4
otp_release: 19.2
sudo: false
env:
- MIX_ENV=test STRIPE_SECRET_KEY=non_empty_secret_key_string
Expand Down

0 comments on commit 224cea4

Please sign in to comment.