Skip to content

Commit

Permalink
travis-ci: Fix unquoted : (yay, yaml)
Browse files Browse the repository at this point in the history
  • Loading branch information
anguslees committed Oct 27, 2017
1 parent b55fa9d commit 04857c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ script:
# FIXME(gus): `validate` fails on CRDs, because the server doens't
# publish a schema :( The following `kubeapps up` will verify that the
# server accepts them.
- kubecfg validate -v kubeapps.jsonnet || :
- >-
kubecfg validate -v kubeapps.jsonnet || :
- ./kubeapps.sh up
# FIXME: Do some sort of test here
# (perhaps just "did all the pods become Ready?")
Expand Down

0 comments on commit 04857c5

Please sign in to comment.