Skip to content
This repository was archived by the owner on Feb 27, 2019. It is now read-only.

Commit 50abd80

Browse files
Bump submodules (#59)
* Bump submodules * Bump submodules * Bump webpack-27 * Bump webpack submodule * Bump webpack * Bump webpack * Drop node 4 * Travis use 6 and stable version
1 parent f986054 commit 50abd80

12 files changed

+12
-12
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: node_js
22

33
node_js:
4-
- '4'
54
- '6'
5+
- 'stable'
66

77
# Deactive fetch submodules by Travis. (e.g. before_script)
88
git:

test/helpers/yeoman-helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const fs = require('mz/fs');
1111
const generatorPath = path.join(__dirname, '../../generator-fountain-webapp/generators/app');
1212
const workPath = path.join(__dirname, '../../test/work');
1313
const depsPath = path.join(__dirname, '../../test/deps');
14-
const packageFolders = ['node_modules', 'bower_components', 'typings'];
14+
const packageFolders = ['node_modules', 'bower_components'];
1515

1616
const testDirectory = Promise.promisify(helpers.testDirectory);
1717

0 commit comments

Comments
 (0)