7 lines
64 B
YAML
7 lines
64 B
YAML
stages:
|
|
- build
|
|
|
|
build:
|
|
stage: build
|
|
script: ./ci/travis.sh
|