Skip to content

Commit

Permalink
Fix export issue, removed unused variable and improve build.
Browse files Browse the repository at this point in the history
  • Loading branch information
ember-tomster committed Aug 26, 2016
1 parent 97abaab commit c57cc32
Show file tree
Hide file tree
Showing 12 changed files with 691 additions and 742 deletions.
1 change: 1 addition & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"plusplus": false,
"regexp": false,
"undef": true,
"unused": true,
"sub": true,
"strict": false,
"white": false,
Expand Down
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
language: node_js
node_js:
- "6"

before_script:
- npm install -g bower
- npm install
- bower install

script:
- ./node_modules/.bin/jshint lib/*
- ./node_modules/.bin/ember test

sudo: false

89 changes: 0 additions & 89 deletions Brocfile.js

This file was deleted.

Loading

0 comments on commit c57cc32

Please sign in to comment.