Skip to content

Commit

Permalink
Fix eslint errors and remove phantomjs
Browse files Browse the repository at this point in the history
  • Loading branch information
joshsmith committed Nov 10, 2017
1 parent 739f019 commit 77c21a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ matrix:

before_install:
- npm config set spin false
- npm install -g bower phantomjs-prebuilt
- npm install -g bower
- bower --version
- phantomjs --version

install:
- npm install
Expand Down
3 changes: 1 addition & 2 deletions addon/components/stripe-element.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ const {
get,
inject: { service },
set,
computed,
run
computed
} = Ember;

export default Component.extend({
Expand Down
3 changes: 1 addition & 2 deletions testem.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ module.exports = {
"test_page": "tests/index.html?hidepassed",
"disable_watching": true,
"launch_in_ci": [
"PhantomJS"
"Chrome"
],
"launch_in_dev": [
"PhantomJS",
"Chrome"
]
};

0 comments on commit 77c21a4

Please sign in to comment.