Skip to content

Commit

Permalink
Merge pull request #1448 from bitovi/minor
Browse files Browse the repository at this point in the history
Preparing release v2.2
  • Loading branch information
daffl committed Feb 13, 2015
2 parents 36378fb + 87b4907 commit abce1fe
Show file tree
Hide file tree
Showing 367 changed files with 24,020 additions and 10,741 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Expand Up @@ -10,4 +10,7 @@ docs*
.idea
bower_components/
test/pluginified/latest.js
docco
docco
test/builders/steal-tools/dist/
test/builders/steal-tools/bundle/dist/
test/builders/browserify/out.js
16 changes: 16 additions & 0 deletions .npmignore
@@ -0,0 +1,16 @@
.tmp*
*.swp
*.orig
*node_modules*
standalone*
docs*
*.DS_Store
.idea
bower_components/
test/pluginified/latest.js
docco
test/
build/
guides/
resources/
lib/
10 changes: 9 additions & 1 deletion .travis.yml
@@ -1,3 +1,11 @@
language: node_js
node_js: 0.10
script: npm test
before_script: node_modules/.bin/bower install
script: npm test
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
env:
- TEST_SUITE=loaders
- TEST_SUITE=dists
- TEST_SUITE=individuals

0 comments on commit abce1fe

Please sign in to comment.