Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
popomore committed Jun 4, 2014
1 parent 0b2862a commit a28a55c
Show file tree
Hide file tree
Showing 16 changed files with 1,714 additions and 3,433 deletions.
13 changes: 5 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
language: node_js

node_js:
- 0.10
- "0.10"

install:
- npm install mocha-browser nico
- npm install spm@ninja coveralls

before_script:
- git clone git://github.com/aralejs/nico-arale.git _theme
- node_modules/.bin/nico build --theme _theme -C _theme/nico.js
- node_modules/spm/bin/spm-install

script:
- node_modules/.bin/mocha-browser _site/tests/runner.html -S
- node_modules/spm/bin/spm-test

after_success:
- npm install jscoverage coveralls
- node_modules/.bin/jscoverage --encoding=utf8 src _site/src-cov
- node_modules/.bin/mocha-browser _site/tests/runner.html?cov -S -R lcov | node_modules/.bin/coveralls
- node_modules/spm/bin/spm-test --coveralls | node_modules/.bin/coveralls
38 changes: 0 additions & 38 deletions Makefile

This file was deleted.

1 change: 1 addition & 0 deletions autocomplete.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('./src/autocomplete');

0 comments on commit a28a55c

Please sign in to comment.