Skip to content

Commit e710410

Browse files
committed
Add test-bundled-nofill
1 parent a4635c8 commit e710410

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ script:
1616
- npm run -s build
1717
- bower install
1818
- npm -s test
19+
- npm -s run test-bundled-nofill
1920
after_success:
2021
- >-
2122
test $TRAVIS_TAG &&

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"scripts": {
44
"clean": "rimraf output && rimraf .pulp-cache",
55
"build": "eslint src && pulp build -- --censor-lib --strict",
6-
"test": "pulp test"
6+
"test": "pulp test",
7+
"test-bundled-nofill": "pulp browserify -O --to output/test.js -I test --main Test.Main && node -e \"delete Array.prototype.fill; require('./output/test.js');\""
78
},
89
"devDependencies": {
910
"eslint": "^4.19.1",

0 commit comments

Comments
 (0)