1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-28 22:53:04 +02:00
choosealicense.com/.travis.yml
2013-10-30 20:34:52 +02:00

17 lines
204 B
YAML

#bootstrap and build
before_script: "./script/bootstrap"
script: "./script/cibuild"
#environment
language: ruby
rvm:
- 2.0.0
branches:
only:
- gh-pages
- /.*/
notifications:
email: false