1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-30 23:53:02 +02:00
choosealicense.com/.travis.yml

17 lines
204 B
YAML
Raw Normal View History

#bootstrap and build
before_script: "./script/bootstrap"
script: "./script/cibuild"
#environment
language: ruby
2013-10-30 18:10:25 +01:00
rvm:
2013-09-14 06:42:13 +02:00
- 2.0.0
2013-10-23 09:37:09 +02:00
branches:
only:
- gh-pages
- /.*/
2013-10-28 01:12:30 +01:00
notifications:
email: false