diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2018-08-10 13:38:13 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2018-08-10 13:38:13 +0900 |
commit | 834fb80a886b0234980fe5368419b81705ed5a23 (patch) | |
tree | cc2e05419bf593a44b11325f3973aebd266fe4f4 /.travis.yml | |
parent | 840807a520732ab09e83709382f7da1dc4a22ed0 (diff) |
fix library usage example
also enable the CI for it again.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 22027f86..5ea321af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -114,10 +114,10 @@ matrix: - test -z "$(go fmt $(go list ./... | grep -v '/vendor/'))" - test -z "$(go vet $(go list ./... | grep -v '/vendor/'))" - megacheck $(go list ./... | grep -v '/vendor/') -# - <<: *_dep_ensure -# env: -# - DESCRIPTION="build_embeded_go.py" -# script: python test/scenario_test/ci-scripts/build_embeded_go.py docs/sources/lib.md + - <<: *_dep_ensure + env: + - DESCRIPTION="build_embeded_go.py" + script: python test/scenario_test/ci-scripts/build_embeded_go.py docs/sources/lib.md # # Docker # |