You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.travis.yml 103B

12345678910
  1. language: ruby
  2. sudo: false
  3. branches:
  4. only:
  5. - master
  6. script:
  7. - ruby -e "puts 'Hello world!'"