Skip to content

Commit 85e3da6

Browse files
committed
issue-12
* Fixed Travis CI configuration to use Gulp pipeline
1 parent 6f934ba commit 85e3da6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: node_js
2-
node_js: ["0.10"]
2+
node_js:
3+
- "8"
34
before_script:
4-
- npm install -g bower
5-
- bower install
5+
- npm install -g gulp-cli
6+
script: gulp process-all

0 commit comments

Comments
 (0)