Skip to content

Commit

Permalink
Run TravisCI only on master (and PRs) (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
hurryabit authored Mar 23, 2020
1 parent b0deee1 commit 7bf0cf3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
dist: bionic
language: node_js
node_js: 13

branches:
only:
- master

cache: yarn

services:
Expand Down

0 comments on commit 7bf0cf3

Please sign in to comment.