Skip to content

Commit

Permalink
ci(travis): run only on master
Browse files Browse the repository at this point in the history
  • Loading branch information
exactlyaron committed Dec 21, 2018
1 parent 1c36675 commit be16c4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ node_js:
- lts/*
sudo: false
dist: trusty
branches:
only:
- master
install:
- travis_retry npm install
test:
Expand Down

0 comments on commit be16c4a

Please sign in to comment.