Skip to content

Commit

Permalink
Updated travis config to build the default props branch
Browse files Browse the repository at this point in the history
  • Loading branch information
adriantoine committed Nov 2, 2018
1 parent fa7f099 commit c56fbaf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ language: node_js
cache:
yarn: true
directories:
- node_modules
- node_modules

node_js:
- '4'
- '5'
- '6'
- '7'
- '8'
- '4'
- '5'
- '6'
- '7'
- '8'

install:
- yarn --ignore-engines
Expand All @@ -23,5 +23,5 @@ script: yarn test

branches:
only:
- master
- enzyme3
- master
- default-props

0 comments on commit c56fbaf

Please sign in to comment.