Skip to content

Commit

Permalink
Stop installing contributor tools for CI builds (material-components#…
Browse files Browse the repository at this point in the history
…1804)

The Travis-CI .yaml script currently installs all of our "contributor
tools" before building.  These tools are not needed for continuous
integration builds, which target unit tests and code coverage.
  • Loading branch information
Robert Moore committed Aug 15, 2017
1 parent 155a397 commit 0a6825b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ env:

before_install:
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
- scripts/install_contributor_tools

# The travis_wait prefix ensures that the build doesn't error out because too much time went past
# without any output being produced.
Expand Down

0 comments on commit 0a6825b

Please sign in to comment.