Skip to content

Commit

Permalink
Don't do builds in Travis for erl R14B0X
Browse files Browse the repository at this point in the history
  • Loading branch information
madtrick committed Feb 11, 2014
1 parent 1b46b86 commit 94e2788
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,5 @@ otp_release:
- R15B03
- R15B02
- R15B01
- R14B04
- R14B03
- R14B02

script: "./rebar get-deps && ./rebar compile"
script: "./rebar get-deps && ./rebar compile"
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#Change Log

### 0.2.1
* Don't do builds for R14B0X in Travis as they are broken.

### 0.2.0
* Ensure the version for the dependencies using wether a git-tag or a commit sha1.

Expand Down

0 comments on commit 94e2788

Please sign in to comment.