diff options
author | Brendan Forster <github@brendanforster.com> | 2018-06-18 07:48:14 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-18 07:48:14 -0300 |
commit | f6af2a38885ba26bae2ad4517da0ede3e3544370 (patch) | |
tree | f4d6c8c7f22c2c1525ac5117b9b31176461a5508 /.travis.yml | |
parent | 3dd4aefc2c6af7257f58ec2b14422701a66baa44 (diff) | |
download | gitignore-f6af2a38885ba26bae2ad4517da0ede3e3544370.tar.gz gitignore-f6af2a38885ba26bae2ad4517da0ede3e3544370.zip |
stub a placeholder Travis config
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 10 |
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!'" |