Skip to content

Commit a839229

Browse files
committedMar 5, 2016
chore(travis): build only on master
1 parent de2f938 commit a839229

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ after_success:
1717
- npm run report-coverage
1818
- npm run semantic-release
1919
branches:
20-
except:
21-
- "/^v\\d+\\.\\d+\\.\\d+$/"
20+
only:
21+
- master

0 commit comments

Comments
 (0)