Skip to content

Commit cf8b3db

Browse files
author
Huang-Ming Huang
committed
Build master branch only
1 parent dd307f5 commit cf8b3db

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,7 @@ script:
3333
- cmake ..
3434
- make
3535
- make test
36+
# whitelist
37+
branches:
38+
only:
39+
- master

appveyor.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ clone_folder: C:\projects\mfast
3030

3131
# branches to build
3232
branches:
33-
# whitelist
34-
# only:
35-
# - master
33+
#whitelist
34+
only:
35+
- master
3636
# blacklist
37-
except:
38-
- gh-pages
37+
# except:
38+
# - gh-pages
3939

4040
# scripts that run after cloning repository
4141
install:

0 commit comments

Comments
 (0)