mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -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
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- 'stable'
|
|
||||||
- '4'
|
- '4'
|
||||||
sudo: false
|
sudo: false
|
||||||
env:
|
env:
|
||||||
|
@ -25,7 +24,7 @@ script:
|
||||||
- gulp test
|
- gulp test
|
||||||
install:
|
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
|
mkdir -p ~/.fonts
|
||||||
mv Arial.ttf ~/.fonts
|
mv arial.ttf ~/.fonts
|
||||||
fc-cache -f -v
|
fc-cache -f -v
|
||||||
|
|
|
@ -19,7 +19,7 @@ gulp.task('test', ['test:browser', 'test:node']);
|
||||||
gulp.task('test:browser', ['minify:acorn'], function() {
|
gulp.task('test:browser', ['minify:acorn'], function() {
|
||||||
return gulp.src('index.html', { cwd: 'test' })
|
return gulp.src('index.html', { cwd: 'test' })
|
||||||
.pipe(qunits({
|
.pipe(qunits({
|
||||||
noGlobals: true,
|
checkGlobals: true,
|
||||||
timeout: 20
|
timeout: 20
|
||||||
}));
|
}));
|
||||||
});
|
});
|
||||||
|
|
|
@ -44,9 +44,8 @@
|
||||||
"gulp-cached": "^1.1.0",
|
"gulp-cached": "^1.1.0",
|
||||||
"gulp-jshint": "^2.0.0",
|
"gulp-jshint": "^2.0.0",
|
||||||
"gulp-prepro": "^2.2.0",
|
"gulp-prepro": "^2.2.0",
|
||||||
"gulp-qunits": "^1.5.1",
|
"gulp-qunits": "^2.0.1",
|
||||||
"gulp-rename": "^1.2.2",
|
"gulp-rename": "^1.2.2",
|
||||||
"gulp-rimraf": "^0.2.0",
|
|
||||||
"gulp-shell": "^0.5.1",
|
"gulp-shell": "^0.5.1",
|
||||||
"gulp-symlink": "^2.1.3",
|
"gulp-symlink": "^2.1.3",
|
||||||
"gulp-uglify": "^1.5.1",
|
"gulp-uglify": "^1.5.1",
|
||||||
|
|
Loading…
Reference in a new issue