Skip to content

Commit

Permalink
moar
Browse files Browse the repository at this point in the history
  • Loading branch information
SlexAxton committed Dec 5, 2012
1 parent c61c3fa commit 604d236
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ before_script:
- npm install grunt
- mkdir -p dist
- node ./lib/generate-init.js config-all.json
- cat ./tmp/modernizr-init.js
- grunt build
- cat ./dist/modernizr-build.js
script: grunt travis --verbose
4 changes: 2 additions & 2 deletions bin/modernizr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
node ./lib/generate-init.js $1
grunt build
grunt build > /dev/null
rm -rf ./tmp
cat dist/modernizr-build.js
cat ./dist/modernizr-build.js

0 comments on commit 604d236

Please sign in to comment.