We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e254f8 commit 906a23eCopy full SHA for 906a23e
.travis.yml
@@ -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