mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
Tests: Update to gulp-qunits 2.0.1
This commit is contained in:
parent
e232ebc443
commit
8c60931200
3 changed files with 4 additions and 6 deletions
|
@ -1,6 +1,5 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- 'stable'
|
||||
- '4'
|
||||
sudo: false
|
||||
env:
|
||||
|
@ -25,7 +24,7 @@ script:
|
|||
- gulp test
|
||||
install:
|
||||
- |
|
||||
wget http://sourceforge.net/p/tellmatic/git/ci/master/tree/img/arial.ttf?format=raw -O Arial.ttf
|
||||
wget http://sourceforge.net/p/tellmatic/git/ci/master/tree/img/arial.ttf?format=raw -O arial.ttf
|
||||
mkdir -p ~/.fonts
|
||||
mv Arial.ttf ~/.fonts
|
||||
mv arial.ttf ~/.fonts
|
||||
fc-cache -f -v
|
||||
|
|
|
@ -19,7 +19,7 @@ gulp.task('test', ['test:browser', 'test:node']);
|
|||
gulp.task('test:browser', ['minify:acorn'], function() {
|
||||
return gulp.src('index.html', { cwd: 'test' })
|
||||
.pipe(qunits({
|
||||
noGlobals: true,
|
||||
checkGlobals: true,
|
||||
timeout: 20
|
||||
}));
|
||||
});
|
||||
|
|
|
@ -44,9 +44,8 @@
|
|||
"gulp-cached": "^1.1.0",
|
||||
"gulp-jshint": "^2.0.0",
|
||||
"gulp-prepro": "^2.2.0",
|
||||
"gulp-qunits": "^1.5.1",
|
||||
"gulp-qunits": "^2.0.1",
|
||||
"gulp-rename": "^1.2.2",
|
||||
"gulp-rimraf": "^0.2.0",
|
||||
"gulp-shell": "^0.5.1",
|
||||
"gulp-symlink": "^2.1.3",
|
||||
"gulp-uglify": "^1.5.1",
|
||||
|
|
Loading…
Reference in a new issue