Skip to content

Commit

Permalink
node 8
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Jun 12, 2017
1 parent aabe3ee commit 6b3d705
Show file tree
Hide file tree
Showing 3 changed files with 2,419 additions and 17 deletions.
23 changes: 9 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,20 @@
language: node_js
sudo: false
language: node_js

env:
- SENECA_VER=@1.x.x
- SENECA_VER=@2.x.x
- SENECA_VER=@3.x.x
- SENECA_VER=seneca@2.x.x
- SENECA_VER=seneca@3.x.x
- SENECA_VER=seneca@plugin
- SENECA_VER=senecajs/seneca

node_js:
- '4'
- '6'

cache:
directories:
- node_modules
- "8"
- "6"
- "4"

before_script:
- npm uninstall seneca
- npm install seneca$SENECA_VER
- npm install $SENECA_VER

after_script:
- npm run lint
- mkdir -p docs/coverage
- npm run coveralls
- npm run coverage
Loading

0 comments on commit 6b3d705

Please sign in to comment.