Skip to content

Commit

Permalink
Add develop as branches for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
thedaviddias committed Sep 3, 2018
1 parent e1584f5 commit 69310f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ script:
- "grunt"
- istanbul cover ./node_modules/mocha/bin/_mocha --reporter test -- -R spec
- codecov
after_success:
- npm run travis-deploy-once "npm run semantic-release"
branches:
only:
- master
- develop
- /^greenkeeper/.*$/
except:
- /^v\d+\.\d+\.\d+$/

0 comments on commit 69310f2

Please sign in to comment.