Skip to content

Commit

Permalink
test all aspects
Browse files Browse the repository at this point in the history
  • Loading branch information
pemrouz committed Oct 15, 2015
1 parent 66c1b72 commit 979f525
Show file tree
Hide file tree
Showing 7 changed files with 36,753 additions and 35,771 deletions.
20 changes: 20 additions & 0 deletions .popper.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
globals:
- <script src="https://cdn.polyfill.io/v1/polyfill.min.js"></script>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/chai/3.0.0/chai.min.js"></script>

tests: (npm run build > /dev/null) && browserify ./test.js
-i colors
-i chai
| sed -E "s/process.env.GITHUB_USERNAME/'$GITHUB_USERNAME'/"
| sed -E "s/process.env.GITHUB_PASSWORD/'$GITHUB_PASSWORD'/"
| sed -E "s/require\('chai'\)/window.chai/"
| uglifyjs

watch:
- src
- test.js

browsers:
- chrome
- firefox
- ie11
Loading

0 comments on commit 979f525

Please sign in to comment.