Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
chore: only build master and prs
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jan 23, 2020
1 parent 6e58571 commit 7bb8930
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
language: node_js
cache: npm
branches:
only:
- master
- /^release\/.*$/
stages:
- check
- test
Expand Down

0 comments on commit 7bb8930

Please sign in to comment.