Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

chore(travis): don't run Travis-CI builds for G3 branches #6328

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ language: node_js
node_js:
- 0.10

branches:
except:
- /^g3_.*$/

env:
matrix:
- JOB=unit
Expand Down