Skip to content

Commit

Permalink
Skip servo tidy check
Browse files Browse the repository at this point in the history
  • Loading branch information
Zakor Gyula committed Jul 16, 2018
1 parent 10b5d17 commit 25f15a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ before_install:
- python --version
- pip install mako voluptuous PyYAML servo-tidy
script:
- servo-tidy
# - servo-tidy
- if [ $BUILD_KIND = DEBUG ]; then (cd webrender_api && cargo test --verbose --features "ipc"); fi
- if [ $BUILD_KIND = DEBUG ]; then (cd webrender && cargo check --verbose --no-default-features); fi
- if [ $BUILD_KIND = DEBUG ]; then (cd webrender && cargo check --verbose --no-default-features --features capture); fi
Expand Down

0 comments on commit 25f15a6

Please sign in to comment.