aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBrendan Forster <github@brendanforster.com>2018-06-18 07:48:14 -0300
committerGitHub <noreply@github.com>2018-06-18 07:48:14 -0300
commitf6af2a38885ba26bae2ad4517da0ede3e3544370 (patch)
treef4d6c8c7f22c2c1525ac5117b9b31176461a5508 /.travis.yml
parent3dd4aefc2c6af7257f58ec2b14422701a66baa44 (diff)
downloadgitignore-f6af2a38885ba26bae2ad4517da0ede3e3544370.tar.gz
gitignore-f6af2a38885ba26bae2ad4517da0ede3e3544370.zip
stub a placeholder Travis config
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 00000000..f362d6fe
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,10 @@
+language: ruby
+
+sudo: false
+
+branches:
+ only:
+ - master
+
+script:
+ - ruby -e "puts 'Hello world!'"