Skip to content

Commit

Permalink
bower: kill bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
buschtoens committed Jun 21, 2017
1 parent 47d98d9 commit 3219c06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ sudo: required
dist: trusty

cache:
directories:
- $HOME/.cache # includes bowers cache
yarn: true

addons:
Expand Down Expand Up @@ -41,13 +39,10 @@ before_install:
- sh -e /etc/init.d/xvfb start
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH
- yarn global add bower codeclimate-test-reporter
- bower --version

- yarn global add codeclimate-test-reporter

install:
- yarn install --no-lockfile
- bower install

script:
# Usually, it's ok to finish the test scenario without reverting
Expand Down
6 changes: 0 additions & 6 deletions bower.json

This file was deleted.

0 comments on commit 3219c06

Please sign in to comment.