Skip to content

Commit

Permalink
Container-based worker has been deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
Seulgi Kim authored and sgkim126 committed Jan 29, 2019
1 parent 7b8fc47 commit 9868041
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
- test $INT_TEST_FLAG && ./upload_logs.sh
- name: test-linux
os: linux
sudo: false
before_install:
- SKIP=`.travis/check-mergify-merge` && if [[ "$SKIP" = "skip" ]]; then exit 0; fi
- SKIP=`.travis/check-change '^(docs|spec)/'` && if [[ "$SKIP" = "skip" ]]; then exit 0; fi
Expand All @@ -63,7 +62,6 @@ jobs:
- RUST_BACKTRACE=1 cargo test --verbose --all || exit 1
- name: int-test-linux
os: linux
sudo: false
before_install:
- SKIP=`.travis/check-mergify-merge` && if [[ "$SKIP" = "skip" ]]; then exit 0; fi
- SKIP=`.travis/check-change '^(docs|spec)/'` && if [[ "$SKIP" = "skip" ]]; then exit 0; fi
Expand All @@ -82,7 +80,6 @@ jobs:
- test $INT_TEST_FLAG && ./upload_logs.sh
- stage: deploy
name: deploy
sudo: required
script: skip
services:
- docker
Expand Down

0 comments on commit 9868041

Please sign in to comment.