Skip to content

Commit

Permalink
Fix paths in dotfiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobw committed Dec 18, 2015
1 parent 4b7ceba commit f5af245
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/.idea
node_modules
redesign/js/bundle.min.js
js/bundle.min.js
2 changes: 1 addition & 1 deletion .jscsrc
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"lib/**",
"**/*.min.js",
"**/*.bundle.js",
"redesign/tests/array-find.js"
"tests/array-find.js"
]
}
2 changes: 1 addition & 1 deletion .jshintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ lib/
**/node_modules
**/*.min.js
**/*.bundle.js
redesign/tests/array-find.js
tests/array-find.js
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ sudo: false

install:
- travis_retry npm install qunit-phantomjs-runner jshint jscs
- cd redesign && npm install && npm run build-test && cd -
- npm install && npm run build-test

script:
- phantomjs ./node_modules/qunit-phantomjs-runner/runner.js ./tests/index.html
- phantomjs ./node_modules/qunit-phantomjs-runner/runner.js ./redesign/tests/index.html
- ./node_modules/jshint/bin/jshint .
- ./node_modules/jscs/bin/jscs .

0 comments on commit f5af245

Please sign in to comment.