Skip to content

Commit bd3796b

Browse files
authored
Merge branch 'master' into master
2 parents db46c89 + 906a23e commit bd3796b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: ruby
2+
cache: bundler
3+
branches:
4+
only:
5+
- master
6+
bundler_args: --jobs=3 --retry=3
7+
before_install: ./script/setup
8+
script: ./script/cibuild
9+
notifications:
10+
email: false

0 commit comments

Comments
 (0)