Skip to content

Commit

Permalink
remove gulp from travis. add Node @8 and @10
Browse files Browse the repository at this point in the history
  • Loading branch information
bjnortier committed Jul 12, 2018
1 parent 008c44f commit 249f1d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js:
- "6"
- "7"
before_install: npm install -g gulp-cli
- "8"
- "10"
install: npm install
sudo: false

0 comments on commit 249f1d0

Please sign in to comment.