Skip to content

Commit ccd671b

Browse files
Jastrzebowskisteren
authored andcommitted
Fix broken Travis tests (#41)
Fixed: Make Node version fixed on Travis, switch to `npm test` command, so we use package.json Gulp 3.9.1 version
1 parent 4765ab0 commit ccd671b

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
language: node_js
22
node_js:
3-
- "node"
4-
5-
before_script:
6-
- npm install -g gulp
7-
script: gulp test
3+
- "9"
4+
5+
script: npm test

0 commit comments

Comments
 (0)