Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Upgrade ember-cli-testdouble
Browse files Browse the repository at this point in the history
Removes final Bower dependency
  • Loading branch information
alexlafroscia committed Nov 27, 2017
1 parent 1b4b32e commit ccd574c
Show file tree
Hide file tree
Showing 4 changed files with 459 additions and 43 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Expand Up @@ -17,7 +17,6 @@ cache:
yarn: true
directories:
- $HOME/.npm
- $HOME/.cache # includes bowers cache
- $HOME/.yarn-cache

env:
Expand All @@ -40,12 +39,9 @@ before_install:
- sh -e /etc/init.d/xvfb start
# Other setup
- npm config set spin false
- npm install -g bower
- bower --version

install:
- yarn
- 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.

5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"broccoli-asset-rev": "^2.4.5",
"ember-cli": "^2.13.1",
"ember-cli-chai": "^0.4.0",
"ember-cli-chai": "0.4.3",
"ember-cli-dependency-checker": "^1.4.0",
"ember-cli-eslint": "^3.1.0",
"ember-cli-htmlbars": "^2.0.1",
Expand All @@ -37,7 +37,7 @@
"ember-cli-shims": "1.1.0",
"ember-cli-sri": "^2.1.0",
"ember-cli-test-loader": "^2.1.0",
"ember-cli-testdouble": "0.1.0",
"ember-cli-testdouble": "^0.1.2",
"ember-cli-uglify": "^1.2.0",
"ember-data": "^2.13.1",
"ember-export-application-global": "2.0.0",
Expand All @@ -47,6 +47,7 @@
"eslint": "^4.1.0",
"eslint-plugin-ember-suave": "^1.0.0",
"loader.js": "^4.4.0",
"testdouble": "3.2.6",
"testdouble-chai": "^0.5.0"
},
"engines": {
Expand Down

0 comments on commit ccd574c

Please sign in to comment.