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

Commit

Permalink
Merge pull request #22 from gr8shivam/patch-1
Browse files Browse the repository at this point in the history
Updated travis config
  • Loading branch information
Matt Bernier authored Oct 24, 2017
2 parents d25b652 + cd3ae65 commit ed07e4b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
language: node_js
node_js:
- "0.10"
- "0.12"
- "iojs"
- "4"
- "5"
- "6"
- "7"
- "8"
- "node"
- "lts/*"
before_install:
- npm install -g npm@2
notifications:
Expand All @@ -15,4 +18,4 @@ notifications:
Build %{build_number}</a> on branch <i>%{branch}</i> by %{author}: <strong>%{message}</strong>
<a href="https://github.com/%{repository}/commits/%{commit}">View on GitHub</a>'
format: html
notify: true
notify: true

0 comments on commit ed07e4b

Please sign in to comment.