Skip to content

Commit

Permalink
Merge pull request #152 from Random-Liu/fix-node-e2e
Browse files Browse the repository at this point in the history
Fix node e2e test.
  • Loading branch information
Random-Liu committed Aug 22, 2017
2 parents 01137e4 + 77095f5 commit 810ffbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -47,11 +47,11 @@ jobs:
go: 1.8.x
- stage: E2E Test
script:
- test "${TRAVIS_EVENT_TYPE}" != "cron" && exit 0
- test "${TRAVIS_EVENT_TYPE}" != "cron" && exit 0 || true
- make install.deps
- make test-e2e-node
after_script:
# TODO(random-liu): Upload log to GCS.
- test "${TRAVIS_EVENT_TYPE}" != "cron" && exit 0
- test "${TRAVIS_EVENT_TYPE}" != "cron" && exit 0 || true
- cat /tmp/test-e2e-node/cri-containerd.log
go: 1.8.x

0 comments on commit 810ffbb

Please sign in to comment.