mirror of
https://github.com/github/choosealicense.com
synced 2024-11-05 19:28:50 +01:00
8 lines
128 B
YAML
8 lines
128 B
YAML
|
#bootstrap and build
|
||
|
before_script: "./script/bootstrap"
|
||
|
script: "./script/cibuild"
|
||
|
|
||
|
#environment
|
||
|
language: ruby
|
||
|
rvm:
|
||
|
- 1.9.3
|