Skip to content

Commit 3388b0f

Browse files
authored
Merge pull request #430 from coderdojo-japan/dont-run-test-twice-on-pr
Don't run test suite twice on PR
2 parents b1a552d + 1227b7c commit 3388b0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,6 @@ env:
3333
- TZ='Asia/Tokyo'
3434
addons:
3535
postgresql: '9.4'
36+
branches:
37+
only:
38+
- master

0 commit comments

Comments
 (0)