Browse Source

stub a placeholder Travis config

pull/2620/merge
Brendan Forster 5 years ago
parent
commit
f6af2a3888
No account linked to committer's email address
1 changed files with 10 additions and 0 deletions
  1. 10
    0
      .travis.yml

+ 10
- 0
.travis.yml View File

@@ -0,0 +1,10 @@
language: ruby

sudo: false

branches:
only:
- master
script:
- ruby -e "puts 'Hello world!'"

Loading…
Cancel
Save