Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Commit

Permalink
change travis ci node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Brüderlin committed Aug 9, 2018
1 parent 514452c commit 18f4ffa
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
language: node_js
node_js:
- "4"
- "5"
- "6"
- "9"
- "10"
before_install:
- npm install -g gulp
before_script:
- npm i
- node_modules/gulp/bin/gulp.js build
- node_modules/gulp/bin/gulp.js build

0 comments on commit 18f4ffa

Please sign in to comment.