mirror of
https://github.com/github/choosealicense.com
synced 2024-11-05 03:08:51 +01:00
9 lines
129 B
YAML
9 lines
129 B
YAML
#bootstrap and build
|
|
before_script: "./script/bootstrap"
|
|
script: "./script/cibuild"
|
|
|
|
#environment
|
|
language: ruby
|
|
rvm:
|
|
- 2.0.0
|