Skip to content

Commit

Permalink
Configure travis-ci to ship alpha versions. (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotykim authored Jun 9, 2017
1 parent 5045f2c commit cfabaee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ cache:
branches:
only:
- master
- /^\d+\.\d+\.\d+(-SNAPSHOT)?$/ # trigger builds on tags which are semantically versioned to ship the SDK.
- /^\d+\.\d+\.\d+(-SNAPSHOT|-alpha)?$/ # trigger builds on tags which are semantically versioned to ship the SDK.

0 comments on commit cfabaee

Please sign in to comment.