Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d0f58eb

Browse files
committed
TravisCI and CircleCI configuration files to skip gh-pages branch builds.
1 parent 1c4ce9e commit d0f58eb

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
branches:
2+
except:
3+
- gh-pages

circle.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
general:
2+
branches:
3+
ignore:
4+
- gh-pages

0 commit comments

Comments
 (0)