Skip to content

Commit

Permalink
Merge pull request #81 from ericbmerritt/next-removal
Browse files Browse the repository at this point in the history
Update travis.yml to remove the next branch
  • Loading branch information
hhkbp2 committed Sep 11, 2015
2 parents 578bf7e + 7161d33 commit 1bff744
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ language: erlang
otp_release:
- R15B01
- R15B
- R16B03-1
- 17.5
before_script: "make get-deps"
script: "make test"
branches:
only:
- master
- next
- master

0 comments on commit 1bff744

Please sign in to comment.