Skip to content

Commit

Permalink
Build my branch dammit
Browse files Browse the repository at this point in the history
  • Loading branch information
Adelbert Chang authored and Adelbert Chang committed Mar 28, 2019
1 parent 86be1b4 commit a03fb75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
branches:
only:
- master
- 0.9.x
- /0\.[0-9]+\.x/

install:
- bin/install-promtool
Expand Down
2 changes: 1 addition & 1 deletion project.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ lazy val http = project.dependsOn(core % "test->test;compile->compile")

enablePlugins(DisablePublishingPlugin)

addCommandAlias("ci", ";test;coverageReport;coverageAggregate;tut;unidoc")
addCommandAlias("ci", ";test;coverageReport;coverageAggregate;unidoc")

0 comments on commit a03fb75

Please sign in to comment.