Skip to content

Commit fb85fe9

Browse files
committed
revert to node6 on travis and remove extra comma in gulp
1 parent 1c4b650 commit fb85fe9

File tree

3 files changed

+2230
-2230
lines changed

3 files changed

+2230
-2230
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- '8'
3+
- '6'
44
install: npm install
55
script: npm test -- --saucelabs
66
before_install:

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ function repeatTaskForAllLocales(taskName, dependencies, operation) {
172172
const localeDependencies = dependencies.map(replaceTokens);
173173
gulp.task(localeTaskName, gulp.series(
174174
gulp.parallel.apply(null, localeDependencies),
175-
() => operation(locale),
175+
() => operation(locale)
176176
));
177177
return localeTaskName;
178178
});

0 commit comments

Comments
 (0)