Skip to content
This repository was archived by the owner on Mar 2, 2020. It is now read-only.

Commit ae75ce0

Browse files
author
Hank Chan
committed
build(travis):
1 parent 0fcc32e commit ae75ce0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
sudo: false
2+
3+
language: bash
4+
5+
# Trigger Travis CI only when master branch is pushed, ignoring develop branch
6+
branches:
7+
only:
8+
- master
9+
10+
script:
11+
- bash -c 'echo 'complete''

0 commit comments

Comments
 (0)